-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Do not merge]Feat(FB monitoring on k8): Updating the log collector lifecycle document with monitoring tiers #20723
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
base: develop
Are you sure you want to change the base?
Conversation
…ifecycle document with monitoring tiers Updated the Log collector management lifecycle document as following: - Modularised the topic - Updated it with the monitoring tier details - Included troubleshooting - Enhanced monitoring details
✅ Deploy Preview for docs-website-netlify ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi @sujitnewrelic 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
* [Remote configuration via Fleet Control](#modify-and-deploy-config-via-fleet-control) | ||
|
||
### Modify configuration in Kubernetes environment [#modify-in-kubernetes-environment] | ||
If you are not using the New Relic Control solution, you can modify the Fluent Bit configuration directly in your Kubernetes environment. Locate the `values.yaml` file and set the `fluentBitMetrics` field to `advanced`. Then, apply the changes to your Kubernetes cluster using the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change fluentBitMetrics to fluentbit.fluentBitMetrics
If you are not using the New Relic Control solution, you can modify the Fluent Bit configuration directly in your Kubernetes environment. Locate the `values.yaml` file and set the `fluentBitMetrics` field to `advanced`. Then, apply the changes to your Kubernetes cluster using the following command: | ||
|
||
```shell | ||
helm upgrade RELEASE_NAME newrelic/nri-bundle \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel this is redundant , not required, we can just put upgrade the helm chart
Updated the Log collector management lifecycle document as following: