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

Enhancement: Preconfigured defaults for certain panels #884

Closed
bwmeier opened this issue Jan 28, 2014 · 2 comments
Closed

Enhancement: Preconfigured defaults for certain panels #884

bwmeier opened this issue Jan 28, 2014 · 2 comments

Comments

@bwmeier
Copy link

bwmeier commented Jan 28, 2014

It would be nice to be able to have preconfigured defaults for certain panels that a user could add to a dashboard, without having to fully configure a new panel. For example, I can build a histogram panel with a set of graphical defaults (line panel, no zero fill, no stack auto range, etc), but I have to do this for every histogram. Maybe this is done by saving defaults for a particular panel type in ES, or even by adding a configuration file. I can manually tweak the javascript for the panel, but that makes upgrading difficult.

@bobrik
Copy link

bobrik commented Jan 28, 2014

I wanted something similar in #579

@rashidkpc
Copy link
Contributor

This is possible in Kibana 4, new visualizations can be built from existing ones and saved with a new name.

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

No branches or pull requests

4 participants
@bobrik @rashidkpc @bwmeier and others