Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |