Hi,
I am using Elasticsearch datasource(Graylog) in order to extract certain values from message field to the dashboard variables.
But seems message
and full_message
fields are somehow different from all other fields.
i.e. for example, such query:
{“find”: “terms”, “field”:“source”, “query”:“application_name:RT_IDS”,“size”: “1000” }
showing me Preview of values
but this one:
{“find”: “terms”, “field”:“message”, “query”:“application_name:RT_IDS”,“size”: “1000” }
shows None
That is not clear for me in such situation, the message
field is perfectly available in Table visualization panel, as the column, but for whatever reason I can’t retrieve it for variables.
Is it possible at all?
Or the only way to do it - to extract needed values to separated fields at the Graylog side?
Thanks in advance!