What I'm looking for, is a way to add custom query parameters to some
panels in Kibana.
For instance, I want to restrict the _type on my date histogram. My user
can still do a * search from the search bar, but I'd like to 'append' the
_type:'something' query to one specific panel... in a way that's hard coded
in the configuration/dashboard.json file, and not something the user can
override.
If you can get the dashboard to show what you want, you can export the json
and then put it under $KIBANA_HOME/app/dashboards and call it via
http://KIBANA_URL/index.html#/dashboard/file/$FILE.json.
As these are on the filesystem, they are read only from the users
perspective.
What I'm looking for, is a way to add custom query parameters to some
panels in Kibana.
For instance, I want to restrict the _type on my date histogram. My user
can still do a * search from the search bar, but I'd like to 'append' the
_type:'something' query to one specific panel... in a way that's hard coded
in the configuration/dashboard.json file, and not something the user can
override.
On Tuesday, April 29, 2014 2:08:14 PM UTC-7, Chris F. wrote:
What I'm looking for, is a way to add custom query parameters to some
panels in Kibana.
For instance, I want to restrict the _type on my date histogram. My user
can still do a * search from the search bar, but I'd like to 'append' the
_type:'something' query to one specific panel... in a way that's hard coded
in the configuration/dashboard.json file, and not something the user can
override.
On Tuesday, April 29, 2014 2:08:14 PM UTC-7, Chris F. wrote:
What I'm looking for, is a way to add custom query parameters to some
panels in Kibana.
For instance, I want to restrict the _type on my date histogram. My user
can still do a * search from the search bar, but I'd like to 'append' the
_type:'something' query to one specific panel... in a way that's hard coded
in the configuration/dashboard.json file, and not something the user can
override.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.