How to extract data from ES index using kibana

Hi,
Is that any possibility to extract the value from the source message after it got indexex in ES using kibana.

Hi there,

It depends on what you are specifically trying to do when you say "extract the value."

If you want to be notified as soon as a new value is indexed for a field, you might want to look into the Watcher API, which will allow you to fire alerts conditionally as new data are indexed.

If you are just wanting to browse your document _source values in the UI, the Discover app is the easiest way to do this.

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