-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix suricata dashboards #8953
Fix suricata dashboards #8953
Conversation
Restore broken panelsJSON from the PR elastic#8675.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed working, thanks for your fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the error anymore. Tested with
git checkout -b tsg-fix_suricata_dashboards master
git pull git://github.com/tsg/beats.git fix_suricata_dashboards
cd x-pack/filebeat
mage clean update build
./filebeat setup --dashboards -E setup.dashboards.directory=build/kibana -e -d "*"
This would be good for 6.5. But in master there were changes in #8879 that are now missing. The saved searches reference |
@andrewkroh Dashboards were not renamed yet in the ECS changes as I hope to be able to automate these. Or did I misunderstand your comment? |
My first priority is to fix 6.5, so I'm going to merge and backport this. I'm not sure if master is affected or not, since this is just "linking" the widgets in the dashboard. |
Restore broken panelsJSON from the PR elastic#8675. (cherry picked from commit 4d718fa)
Restore broken panelsJSON from the PR elastic#8675. (cherry picked from commit 4d718fa)
Restore broken panelsJSON from the PR elastic#8675. (cherry picked from commit db86db3)
Restore broken
panelsJSON
from the PR #8675.I tested by running the
./libbeat/scripts/unpack_dashboards.py
script, copying the file to the Filebeat distribution, and runningfilebeat setup
.Fixes #8952.