Hola,
The Kibana "load_from" option in the elastic docs is a sweet feature if I'm running kibana on localhost.
I'd like to have some similar functionality target my production instance to help my front-line techs to do initial triage.
On the docs site, and example would be:
View in Console
Is thre a method to do something that populates or appends content to the editor window, say:
http://localhost:5601/app/kibana#/dev_tools/console?
... but pass some json directly on the URL, like: ?editor_append='GET _cluster/health' ???
Alternatively, is is possible to pre-populate the Dev Tools Ace editor window with a few default example GET queries to give those people on the help desk a head start?
Thanks,
-kb