elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.74k stars 8.14k forks source link

Provide way to set default API calls in Console #68682

Open n0othing opened 4 years ago

n0othing commented 4 years ago

Describe the feature:

Similar to [1], users who visit Console in a private or cache cleared browser are presented with a simple match all query:

GET _search
{
  "query": {
    "match_all": {}
  }
}

It'd be useful to be able to specify different defaults via a setting (e.g a series of frequently used API calls/searches and maybe even comments).

[1] https://github.com/elastic/kibana/issues/68669

elasticmachine commented 4 years ago

Pinging @elastic/es-ui (Team:Elasticsearch UI)

cjcenizal commented 4 years ago

I think this one would be best set via Advanced Settings or kibana.yml, since I imagine an administrator would want all users to see this custom default.

elasticmachine commented 1 week ago

Pinging @elastic/kibana-management (Team:Kibana Management)