-
Notifications
You must be signed in to change notification settings - Fork 684
docs: add example for fluentbit config #11167
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: main
Are you sure you want to change the base?
Conversation
b62e3aa
to
2d8f021
Compare
@@ -239,6 +239,9 @@ config: | |||
Daemon Off | |||
Log_Level warn | |||
Parsers_File custom_parsers.conf | |||
HTTP_Server On |
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.
is it safe to expose this?
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.
It exposes metrics about fluentbit and not actual logs so I assume it would be safe and necessary if someone is scraping it with prometheus
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.
We use a Talos NetworkRuleConfig
to restrict access to this port to the Pod network CIDR.
/m |
@rothgar maybe needs a rebase |
Added example to enable HTTP server and listen port. Signed-off-by: Justin Garrison <[email protected]>
/test |
/m |
Added example to enable HTTP server and listen port.