I want to have a display of Vega in Kibana, with the autosize active to be able to adjust it to any size in a dashboard, but I can't get it to show me the signa
I have a Docker Compose setup with NginX, ElasticSearch and Kibana like the following: web: build: context: . dockerfile: ./system/docker/develo
Lets say I have 100 records in index1 and 10 records in index2. And I want to get like this: select * from index1 where id not in (select id from index2) Can