bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

Logs are not logged #116

Open rivkaweinsh opened 4 years ago

rivkaweinsh commented 4 years ago

Hi,

I executed Elasticsearch and Kibana so they are working on my machine and I can access to http://localhost:5601/ and view Kibana site I copied your application into my C directory as well and run it(after download log4net.ElasticSearch via pmc) Unfortunatly on the Elastic & Kibana open windows & localhost:5601 nothing is happens.. I don't see any log that is logging there.

Any idea what I am missing, How can I follow the cycle and know where is the obstacle?

Thanks, Rivka

bruno-garcia commented 4 years ago

Sorry but what application are you referring to? Could you please share the code so we can investigate?

sammhill commented 4 years ago

Elastic and Kibana are two separate things.

Elastic performs data storage, Kibana is just a visualiser.

You probably want to try and log to http://localhost:9300 or http://localhost:9200