-
Notifications
You must be signed in to change notification settings - Fork 5k
[add_docker_metadata] update docs #47057
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
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
: (Optional) Time of inactivity to consider we can clean and forget metadata for a container, 60s by default. | ||
|
||
`hostfs` | ||
: (Optional) Specifies the mount point of the host’s filesystem for use in monitoring a host from within a container. |
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.
This language might be clearer if it still aligns with what hostfs
does:
: (Optional) Specifies the mount point of the host’s filesystem for use in monitoring a host from within a container. | |
: (Optional) Specifies the mount point of the host’s filesystem, which can be used to monitor a host from within a container. |
This PR updates documentation of add_docker_metadata processor.
The parameter
hostfs
was not documented previously.