Make use of http.request.headers.Origin in kibana visualization

I need to add http.request.headers.Origin in visualization lens for chart preparation. Those fields are not available for filtering. Any leads on this is much appreciated !!!

Thanks

Welcome to our community! :smiley:

There's not a lot of information here to effectively help unfortunately.
What version of the stack are you on?
Where is the data you are trying to visualise coming from?

Hi warkolm,

I'm with following versions,
elasticsearch : "7.10.1"
kibana : "7.10.1"

I'm getting data from apm-server along with nodejs apm-agent.

@Venkatesh_Kumar headers are not indexed by default. You can use the approach in Searching for a custom made header to index them, so that they can be used for search and aggregation.

1 Like

@axw Thanks for the prompt reply. I used custom labels from the headers, and able to index those labels using 'overwrite' feature enabled in apm-server.yml.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.