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
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