Category "kibana-7"

The display of a signal element in the Vega visualization within a Kibana dashboard is not fully displayed using autosize

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

Unable to access Kibana behind NginX reverse proxy on Docker

I have a Docker Compose setup with NginX, ElasticSearch and Kibana like the following: web: build: context: . dockerfile: ./system/docker/develo

Is it possible to filter records of one index from another index in elasticsearch query?

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