Change ingress_controller fields mapping from text to keyword #17834
Labels
candidate
Candidate to be added to the current iteration
enhancement
good first issue
Indicates a good issue for first-time contributors
Team:Platforms
Label for the Integrations - Platforms team
Team:Services
(Deprecated) Label for the former Integrations-Services team
Describe the enhancement:
With PR #16197 filebeat now supports ingress controller logs which is great.
I would like to change the mapping of the text fields to keyword instead. These three fields would be affected:
Describe a specific use case for the enhancement or feature:
We have started to use the pipeline and mapping in our elasticsearch environment and would like to visualize metrics split by nginx.ingress_controller.upstream.name, which is not possible when it is a text field.
Changing mapping to keyword would solve this. And I think that the use case of visualizing the nginx.ingress_controller.upstream.name would be more common than free-text searching on the field.
The text was updated successfully, but these errors were encountered: