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

Saving sometimes saves the wrong thing #1105

Closed
gmurnane opened this issue Mar 31, 2014 · 2 comments
Closed

Saving sometimes saves the wrong thing #1105

gmurnane opened this issue Mar 31, 2014 · 2 comments

Comments

@gmurnane
Copy link

With a new Elasticsearch cluster, if you load a dashboard from a previous cluster, make changes to the index settings and the filters, then save it (in the new cluster), the index settings save appropriately, but the filter settings revert to the ones in the file.

The behavior I expect in this case is that you load the dashboard file, make changes to the index and filter settings, then save it, and it will save with the filter and index settings as altered. More generally, there should never be a situation in which selecting "Save" alters the query being used.

As a work around, you can load the file, save it as is, and then make changes to the dashboard and save again, which will preserve the settings.

@rashidkpc
Copy link
Contributor

Is this happening in master? A fix for the issue you've described was committed here: 78b5aa3

@gmurnane
Copy link
Author

That does fix it; I'm sorry that I didn't notice that that was published. I looked around when I first encountered this, but hadn't since then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@gmurnane @rashidkpc and others