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

Allow to store templated/scripted dashboard into elasticsearch #1482

Closed
kamaradclimber opened this issue Sep 11, 2014 · 3 comments
Closed

Allow to store templated/scripted dashboard into elasticsearch #1482

kamaradclimber opened this issue Sep 11, 2014 · 3 comments

Comments

@kamaradclimber
Copy link

A lot of our users would like to use templated/scripted dashbards but making them stored on disk is painful.
Is there a reason not to store them in ES?

@listuser
Copy link

@rashidkpc
Copy link
Contributor

Templates and scripts work entirely differently in Kibana 4 and are much easier to create with external tools. You can, in fact, drop the entire dashboard schema, or visualization, into the url. See:

http://localhost:5601/#/visualize/create?type=histogram&indexPattern=logstash-*&_g=(time:(from:now-2d,mode:relative,to:now))&_a=(vis:(aggs:!((params:(),schema:metric,type:count),(params:(extended_bounds:(),field:'@timestamp',interval:auto,min_doc_count:1),schema:segment,type:date_histogram)),type:histogram))

@njaiswal
Copy link

njaiswal commented Dec 3, 2014

I have successfully created a scripted dashboard in kibana 3, however do not know where to start off with kibana 4 Beta-2 on this due to lack of examples. Can someone give me a example of scripted dashboard in kibana 4 please. I want to do some client side joins inside this scripted dashboard in kibana 4.

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

4 participants