Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markmcdowell/nlog.targets.elasticsearch
NLog target for Elasticsearch
https://github.com/markmcdowell/nlog.targets.elasticsearch
elasticsearch nlog-target
Last synced: 5 days ago
JSON representation
NLog target for Elasticsearch
- Host: GitHub
- URL: https://github.com/markmcdowell/nlog.targets.elasticsearch
- Owner: markmcdowell
- License: mit
- Created: 2014-11-19T17:33:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T08:07:14.000Z (5 months ago)
- Last Synced: 2024-12-22T04:00:45.348Z (12 days ago)
- Topics: elasticsearch, nlog-target
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 175
- Watchers: 15
- Forks: 89
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NLog.Targets.ElasticSearch
[![Build status](https://ci.appveyor.com/api/projects/status/53pvt1ao61hd3ym2/branch/master?svg=true)](https://ci.appveyor.com/project/markmcdowell/nlog-targets-elasticsearch/branch/master)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/NLog.Targets.ElasticSearch.svg)](https://www.nuget.org/packages/NLog.Targets.ElasticSearch)The Elasticsearch target works best with the BufferingWrapper target applied. By default the target assumes an Elasticsearch node is running on the localhost on port 9200.
See [wiki](https://github.com/ReactiveMarkets/NLog.Targets.ElasticSearch/wiki) for parameters.
```xml
```
## Versions
Versioning follows elasticsearch versions. E.g.
| Version | Elasticsearch Version | NLog Version |
| ------- | --------------------- | ------------ |
| 7.x | 7.x | 4.6.x |
| 6.x | 6.x | 4.5.x |