We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
see https://github.com/jochen-st/beats/commit/068f0cbd243cf74d1f8008dd3b580e8648eb9b78 for possible fix
Sorry, something went wrong.
Closing as fixed.
No branches or pull requests
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:
The issue is likely caused by elastic/elasticsearch#22933
Fix is to replace
with
in the affected visualisations:
winlogbeat: Event-Levels.json and Evolution-of-the-CPU-times-per-process.json
packetbeat: NFS-errors.json
The text was updated successfully, but these errors were encountered: