Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Forwarding management commands #247

Closed
buskamuza opened this issue Sep 1, 2021 · 2 comments · Fixed by #246
Closed

Log Forwarding management commands #247

buskamuza opened this issue Sep 1, 2021 · 2 comments · Fixed by #246
Assignees
Labels
enhancement New feature or request

Comments

@buskamuza
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I/O Runtime is working on configurable Log Forwarding, which will allow a namespace to be configured to custom logs destination. Currently supported: Splunk, Azure Log Analytics. This PR allows logging configuration to be managed via aio CLI.

Describe the solution you'd like

The following commands available in aio CLI:

runtime:namespace:log-forwarding:get  Get log forwarding destination configuration
runtime:namespace:log-forwarding:set  Configure log forwarding destination
runtime:namespace:log-forwarding:set:adobe-io-runtime     Set log forwarding destination to Adobe I/O Runtime (Logs will be accessible via aio CLI)
runtime:namespace:log-forwarding:set:azure-log-analytics  Set log forwarding destination to Azure Log Analytics
runtime:namespace:log-forwarding:set:splunk-hec           Set log forwarding destination to Splunk HEC

The above commands allow to manage Log Forwarding configuration the the namespace. The namespace is determined in the same way as for other commands.

Describe alternatives you've considered

N/A

Additional context

Nothing to add.

@meryllblanchet
Copy link

Thanks for raising the feature request and the PR @buskamuza ! We'll review this fantastic contribution.

@aiojbot
Copy link
Collaborator

aiojbot commented Sep 2, 2021

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants