marco-lancini/docker_offensive_elk

Couldn't find any Elasticsearch data

Closed this issue · 3 comments

Hi,

I've created successfully the index
Invoke-WebRequest -Method PUT -Uri "http://localhost:9200/nmap-vuln-to-es"

In Kibana, it's never detected. Do you have any idea why ?
image

Elastiksearch container is started. I have the feeling that both containers can't speak to each other. Please note that I'm running it on Windows + Visual Studio code.

Thank you.

Hi @Hach0u,
did you follow the updated usage instructions on the README?
Can you try, before creating an index, to ingest some data into Elasticsearch?

I followed from https://www.marcolancini.it/2018/blog-elk-for-nmap/. As you suggested, I'll ingest data first. Thanks for the prompt feedback.

Thanks a lot @marco-lancini. It's working fine now.