I've Elasticsearch and Kibana 7.10.0 installed on Centos7.9 which is working fine but I am not able see Analytics option as per below screenshot. whereas my cur
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