-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add reference documentation about indexers and matchers #17139
Conversation
Pinging @elastic/integrations-platforms (Team:Platforms) |
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.
@ChrsMark ok, good idea to do it here all together. I have added some docs about the defaults mentioned in #14058. Please take another look. Thanks! |
contain a `metricset.host` field are enriched with metadata of the pods that | ||
exposes the same port in the same IP. | ||
|
||
This behaviour can be disabled disabling default indexers and matchers in the |
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.
minor but maybe a by
is needed here:
This behaviour can be disabled disabling default indexers and matchers in the | |
This behaviour can be disabled by disabling default indexers and matchers in the |
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.
overall lgtm! thanks!
contains a reference to a container ID are enriched with metadata of the pod of | ||
this container. | ||
|
||
This behaviour can be disabled disabling default indexers and matchers in the |
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.
minor but maybe a by
is needed here:
This behaviour can be disabled disabling default indexers and matchers in the | |
This behaviour can be disabled by disabling default indexers and matchers in the |
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.
Better, yes, thanks!
Co-authored-by: Chris Mark <[email protected]>
Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. Co-authored-by: Chris Mark <[email protected]> (cherry picked from commit 819136f)
Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. Co-authored-by: Chris Mark <[email protected]> (cherry picked from commit 819136f)
Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. Co-authored-by: Chris Mark <[email protected]> (cherry picked from commit 819136f)
) Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. (cherry picked from commit 819136f) Co-authored-by: Chris Mark <[email protected]>
) Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. (cherry picked from commit 819136f) Co-authored-by: Chris Mark <[email protected]>
) Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. (cherry picked from commit 819136f) Co-authored-by: Chris Mark <[email protected]>
… (elastic#17355) Add reference documentation about the available indexers and matchers in the `add_kubernetes_metadata` processor. Rephrase some sentences to avoid indexing terminology that could create confusion with ES indexing. (cherry picked from commit 3a5ff25) Co-authored-by: Chris Mark <[email protected]>
Add reference documentation about the available indexers and matchers
in the
add_kubernetes_metadata
processor.Rephrase some sentences to avoid indexing terminology that could create
confusion with ES indexing.
Fixes #5566.
Closes #14058.