WoJ
WoJ

Reputation: 30074

how to use logstash-generated fields in kibana?

I have some Logstash-generated fields which I can see in Kibana (in discovery mode). They are not present in the sidebar, though:

enter image description here

In the example above who is well present in the data but not on the list of fields on the left.

Is there a particular action to take in order to have them appearing? (either in Kibana, or upstream, during the indexing by elasticsearch)

Upvotes: 2

Views: 212

Answers (1)

Alain Collins
Alain Collins

Reputation: 16362

Kibana4 caches the field list. Go to Settings -> Indexes, select your index, then click the yellow "reload field list" button.

Upvotes: 1

Related Questions