-
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
Follow up kubernetes processor #4027
Comments
We haven't really defined what it means for content to be a "tutorial." I'd like to reserve that label for real tutorials based around specific scenarios. If you think it's important to have a separate how-to section about using this processor, I suggest that we add a topic under Configuring called something like "Enhancing Events with Kubernetes Data". The file would live in libbeat and be included in the doc through asciidoc includes (so the content could be shared across the docs for multiple Beats). I did a quick review of the reference info, and it looks mostly OK. |
|
@dedemorton Regarding documentation, currently we have I would say it's a bit confusing, as there are two sections that define the same thing: one is "Processors" and the other is "Filtering and Enhancing the exported data". To make it more visible, I would suggest moving the processors description under "Filtering and Enhancing the exported data", and use the description of the processor instead of its name. For example: Filtering and Enhancing the Exported data
|
@monicasarbu This is a good idea. Originally the processors were under Configuration Options (Reference), so the structure made a bit more sense. But with the current structure, I agree...it's a bit confusing. I also like the idea of organizing the content around user goals. I think users are more likely to look for the task they are trying to complete (rather than looking for reference info). I'll create a separate issue to track this change because it's not really part of the Kubernetes work. |
#4152 should help cleanup vendoring |
@exekias RE docs: With the restructuring of the content about processors (#4149), I've moved the content around a bit. If there's more info that you want to add about using the Kubernetes processor, I'd suggest adding it to the section called "Adding Kubernetes Metadata" in libbeat/docs/processors-using.asciidoc. The topic is no longer meant to be pure reference content, so it's appropriate to add more how-to type info there. |
perfect @dedemorton I'll open a PR for that! |
The documentation for the Kubernetes processor currently doesn't show any examples or explanation of how to use the
|
Pinging @elastic/infrastructure |
@exekias This issue has been open quite awhile. I'm wondering if I can do something to help resolve the remaining work. I'm not familiar with how these settings work and need some guidance. |
All the points are done by now, closing this |
After initial merge from #3888, some things to review:
include_lables
andinclude_annotations
The text was updated successfully, but these errors were encountered: