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

Fix PostgreSQL dashboards #4905

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

kvch
Copy link
Contributor

@kvch kvch commented Aug 15, 2017

Previously broken dashboards are fixed by using names as ids.

@kvch kvch added Filebeat Filebeat review labels Aug 15, 2017
@@ -6,13 +6,13 @@
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"filter\":[]}"
},
"savedSearchId": "ef9da9b0-776c-11e7-9e03-393c0d1aa325",
"savedSearchId": "PostgreSQL All Logs",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for my understanding, were the changes in the vis and searches IDs also necessary? Or would have the index pattern change be enough, and this is only for consistency?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Index pattern change was not enough. It was necessary to change the ids otherwise searches and visualizations couldn't be located. Also, I checked the working dashboards and those JSONs contain similar IDs. I wanted to be consistent with the existing correct dashboard JSONs.

@tsg tsg merged commit 573c315 into elastic:master Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants