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

How to pass max_allowed_checkpoint_age and syslog_processing_thread_count to scalyr agent #99

Open
ManishJain-TomTom opened this issue Nov 12, 2024 · 2 comments

Comments

@ManishJain-TomTom
Copy link

Hi Team,

In the release https://github.com/scalyr/scalyr-agent-2/releases/tag/v2.2.16, Scalyr agent exposed some new properties, like:

- syslog_processing_thread_count
- max_allowed_checkpoint_age

Do you have documentation on how can we pass these values to the scalyr agent by using the helm chart? We are using the helm chart version:
0.2.45

@weilliu
Copy link

weilliu commented Nov 12, 2024

@ManishJain-TomTom We don't have official documentation on those newly added parameters. Those parameters are designed to be added to the top level of the scalyr agent config file, so they can be added to the helm chart the same way as the other parameters like apiKey

@ManishJain-TomTom
Copy link
Author

Thanks @weilliu , We will pass those parameters as part of the agent.json file.

{...
"syslog_processing_thread_count":"4"
...}

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

No branches or pull requests

2 participants