Error In Visualization (Kibana Dashboard)

Hi,

I am new to kibana, logstash and elasticsearch, i am trying to implement https://github.com/shadow-box/Palo-Alto-Networks-ELK-Stack on my kibana and i am getting the following error when i open the kibana dashboard. Appreciate any help given, thank you.

Can you share your Kibana version? https://github.com/elastic/kibana/pull/10193 looks like the fix, but it doesn't seem to cover significant terms.

I opened https://github.com/elastic/kibana/issues/33263 for tracking

The exclude.pattern syntax that is being used in the significant_terms aggregation was available in Elasticsearch 2.0 - 5.6.x. It is no longer available in 6.x and greater (looks like you're running 6.x based on the screenshot).

You'll need to update the saved objects for this visualization to use the new syntax (see the doc linked above).

Jon has good point, Kibana should handle this for you (this is a bug), but if you'd like to fix it today, I suggest editing the objects by hand.

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