Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winlogbeat / packetbeat: Sample Dashboards broken with ES 5.2 #3533

Closed
jochen-st opened this issue Feb 6, 2017 · 2 comments
Closed

winlogbeat / packetbeat: Sample Dashboards broken with ES 5.2 #3533

jochen-st opened this issue Feb 6, 2017 · 2 comments
Labels

Comments

@jochen-st
Copy link

After upgradeing KIbana and Elasticsearch 5.2 from 5.1.2, the sample winlogbeat dashboards / visualizations provided from https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-5.2.0.zip do not work anymore.

Kibana displays the following error:

Error: [illegal_argument_exception] [terms] exclude doesn't support values of type: START_OBJECT

The issue is likely caused by elastic/elasticsearch#22933

Fix is to replace

"exclude": {"pattern": "\"\""},

with

"exclude": "\"\"",

in the affected visualisations:
winlogbeat: Event-Levels.json and Evolution-of-the-CPU-times-per-process.json
packetbeat: NFS-errors.json

@jochen-st
Copy link
Author

jochen-st commented Feb 6, 2017

@tsg
Copy link
Contributor

tsg commented Dec 6, 2019

Closing as fixed.

@tsg tsg closed this as completed Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants