Category "elastic-stack"

default username in Elastic cloud (kibana) and how to find a password

I'm trying out the Elastic Cloud 14 days free trial. I deployed Elastic cloud following the video tutorial. I set my password. However, I don't remember putti

ELK stack error elastic search don't authorize Logstash

I followed up this blog to start ELK stack from docker compose file but used version 8.1.2. It is not running successfully elastic search don't authorize Logst

Received plaintext http traffic on an https channel, closing connection

I have deployed ECK (using helm) on my k8s cluster and i am attempting to install elasticsearch following the docs. https://www.elastic.co/guide/en/cloud-on-k8s

Search between multiple collections in elasticsearch having common fields

I have two different collections as shown in table: T-shirt having fields [Size, ID] Brand having fields [Name, ID] I need to search for only small sized T-shir

ElasticSearch Spring - disable date_detection only for a set of fields and not the entire index using @Mapping annotation

I'm trying to disable date_detection on a set of fields in an index. Below is the mapping { "my-index" : { "mappings" : { "properties" : { "

no data in elastic apm for nodejs application

I am trying to setup elastic apm for nodejs application. I followed the example explained in integration page of elk. var apm = require('elastic-apm-node').sta

Elasticsearch ILM - ELK

I am trying to create an index template with two patterns, my questions are Can I add two patterns in the template? Or the only way is to create an index templa

elasticsearch es_rejected_execution_exception

I'm trying to index a 12mb log file which has 50,000 logs. After Indexing around 30,000 logs, I'm getting the following error [2018-04-17T05:52:48,254][INFO ]

Running filebeat on docker

i'm trying to install elk and filebeat on docker, well i uploaded the image of elk and it worked i can go to the kibana dashboard and view elastic ,... Now I wa

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