bruno-garcia / log4net.ElasticSearch

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

Can't log to kibana #136

Open Feralnex opened 2 years ago

Feralnex commented 2 years ago

Hello, So my problem is that i followed Project Setup in documentation on GitHub and it doesn't seem to work. I run elastic and kibana in docker, changed port to appropriate port to forward it on 9200 in container and i can't see any logs at http://localhost:55002<9200 in container>/_cat/indices?v except those:

health status index                           uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   .geoip_databases                cF9YqOOSTKWl0n6q5ddh9g   1   0         41           10     45.7mb         45.7mb
green  open   .kibana_7.15.0_001              CvLEhvdeT5urK9yY51uO-w   1   0         16            5      2.3mb          2.3mb
green  open   .apm-custom-link                VC2N1kXtQdSrnyEeDSoqRw   1   0          0            0       208b           208b
green  open   .apm-agent-configuration        jvk5wgpjT0GzQ4QNhjtCqg   1   0          0            0       208b           208b
green  open   .kibana-event-log-7.15.0-000001 ok7jXyH-TMeTav9kSpTHKA   1   0          2            0     11.9kb         11.9kb
green  open   .kibana_task_manager_7.15.0_001 IPHlTD9QSpWELlIvoH9zUg   1   0         15         3999        1mb            1mb
green  open   .tasks                          M5lPg7P7QYWnpHWJ0DDFtQ   1   0          2            0     13.7kb         13.7kb

I'm using:

Am i missing something?

bruno-garcia commented 1 year ago

It's not clear what ur set up is, hard to tell with the given info. The issue was raise da while back, did you have any luck since?