Back to Beats

Fields are not indexed or usable in Kibana visualizations [fields-not-indexed]

docs/reference/filebeat/fields-not-indexed.md

9.4.0469 B
Original Source

Fields are not indexed or usable in Kibana visualizations [fields-not-indexed]

If you have recently performed an operation that loads or parses custom, structured logs, you might need to refresh the index to make the fields available in {{kib}}. To refresh the index, use the refresh API. For example:

sh
curl -XPOST 'http://localhost:9200/filebeat-2016.08.09/_refresh'