Event Timeline
Comment Actions
Partial docker-compose.search.yml for introducing Kibana:
services: kibana: image: docker.elastic.co/kibana/kibana:7.15.2 environment: SERVER_NAME: kibana.example.org ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]' ports: - 5601:5601
Comment Actions
Please run the above-mentioned queries using the Kibana search profiler as shown in the attached screenshot.