elastic / kibana

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

[ES|QL] accept hidden indices in validation #180807

Open drewdaemon opened 1 month ago

drewdaemon commented 1 month ago

We don't suggest hidden indices in the auto-complete. We also mark them as incorrect during validation:

Screenshot 2024-04-15 at 7 28 08 AM

We should consider not marking them as incorrect (since they aren't).

elasticmachine commented 1 month ago

Pinging @elastic/kibana-esql (Team:ESQL)

drewdaemon commented 1 week ago

+1 https://github.com/elastic/kibana/issues/182821

stratoula commented 1 week ago

@drewdaemon I think the issue you are mentioning here is a bit different. They want if I understand correctly to display hidden indices in the suggestions list which is something we don't want.