-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Scripted dashboards without saved visualizations #2116
Comments
There is currently no way to script a dashboard without first injecting a saved visualization. I'll file this as a feature request. |
Thank you @rashidkpc |
Is it possible to give some examples of a scripting with existing visualization ? |
My usage scenario is the following: I have n customers. The idea behind is that customers have similar but not identical needs and that for an industrialization issue, I do not want to start from scratch my development of each dashboard (suppose that dashboard = 30 widgets), for my 1000 customers (n = 1000). |
+1 |
+1 |
Related to: #4489 |
Can you describe your approach, @kmoe ? Like @cheriatahmed , I want to make Dashboards "deployable" to users, and deploy a bunch of available dashboards to new instantiations of virtual machines hosting Kibana, mostly as per moving code from dev to prod. Type of advice I thought I was looking for: "Export a Dashboard to a json file. Copy that file to /etc/kibana/dashboards.d/the-dashboard-you-exported.json, and then restart the server or run a command. You just gotta know that if a user chooses an available dashboard but lacks access to indices contained with visualizations, Kibana will say so." What is "scripting" the process? Any write-up, no matter how ugly, would be good. Alternatively, has anybody taken the approach of providing documentation to new users of Kibana in their organizations about internal websites where they can download dashboard json files for manual import? Or look at a bunch of them in exported iframes and "choose" them? |
+1 |
I'm pretty sure we have the requests from this issue covered in: Nested dashboards - #16919 Going to go ahead and close this out. Feel free to re-open with more specifics if those don't cover your requests! |
Hi guys,
I now that we can create visualization on the fly based on an URL,
@rashidkpc gave the example here #1482:
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))
however, I have no idea how to created the dashboard on the fly because it requires pre-saved visualization
could you please give a short URL example how we can generate a dashboard based on passed index, and passed non existing visualization
Thank you
The text was updated successfully, but these errors were encountered: