All Projects → markmcdowell → Nlog.targets.elasticsearch

markmcdowell / Nlog.targets.elasticsearch

Licence: mit
NLog target for Elasticsearch

Projects that are alternatives of or similar to Nlog.targets.elasticsearch

Griffon Vm
Griffon Data Science Virtual Machine
Stars: ✭ 128 (-6.57%)
Mutual labels:  elasticsearch
Elasticsearch tutorial
An action-packed, example-based ElasticSearch tutorial
Stars: ✭ 133 (-2.92%)
Mutual labels:  elasticsearch
Vue Innersearch
🔎 UI components built with Vue.js for ElasticSearch
Stars: ✭ 135 (-1.46%)
Mutual labels:  elasticsearch
Rrinlog
Replacing Elasticsearch with Rust and SQLite
Stars: ✭ 129 (-5.84%)
Mutual labels:  elasticsearch
Mongolastic
🚥 A dataset migration tool from MongoDB to Elasticsearch and vice versa.
Stars: ✭ 131 (-4.38%)
Mutual labels:  elasticsearch
Elyzer
"Stop worrying about Elasticsearch analyzers", my therapist says
Stars: ✭ 134 (-2.19%)
Mutual labels:  elasticsearch
Performance Analyzer
📈 OpenDistro for Elasticsearch Performance Analyzer
Stars: ✭ 128 (-6.57%)
Mutual labels:  elasticsearch
Django Zombodb
Easy Django integration with Elasticsearch through ZomboDB Postgres Extension
Stars: ✭ 136 (-0.73%)
Mutual labels:  elasticsearch
Samsara
Samsara is a real-time analytics platform
Stars: ✭ 132 (-3.65%)
Mutual labels:  elasticsearch
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fácil ⭐️
Stars: ✭ 135 (-1.46%)
Mutual labels:  elasticsearch
Vscode Elastic
Elasticsearch for VSCode
Stars: ✭ 130 (-5.11%)
Mutual labels:  elasticsearch
Vagrant Elastic Stack
Giving the Elastic Stack a try in Vagrant
Stars: ✭ 131 (-4.38%)
Mutual labels:  elasticsearch
Rated Ranking Evaluator
Search Quality Evaluation Tool for Apache Solr & Elasticsearch search-based infrastructures
Stars: ✭ 134 (-2.19%)
Mutual labels:  elasticsearch
Spring Boot Quick
🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌
Stars: ✭ 1,819 (+1227.74%)
Mutual labels:  elasticsearch
Elasticsearch Dataformat
Excel/CSV/BulkJSON downloads on Elasticsearch.
Stars: ✭ 135 (-1.46%)
Mutual labels:  elasticsearch
Elasticsearch Thulac Plugin
thulac analysis plugin for elasticsearch
Stars: ✭ 129 (-5.84%)
Mutual labels:  elasticsearch
Echo
🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。
Stars: ✭ 129 (-5.84%)
Mutual labels:  elasticsearch
Terraform Aws Elasticsearch
Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
Stars: ✭ 137 (+0%)
Mutual labels:  elasticsearch
Elk Hole
elasticsearch, logstash and kibana configuration for pi-hole visualiziation
Stars: ✭ 136 (-0.73%)
Mutual labels:  elasticsearch
Docker Elk
The Elastic stack (ELK) powered by Docker and Compose.
Stars: ✭ 12,327 (+8897.81%)
Mutual labels:  elasticsearch

NLog.Targets.ElasticSearch

Build status NuGet Pre Release

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 for parameters.

<nlog>
  <extensions>
    <add assembly="NLog.Targets.ElasticSearch"/>
  </extensions>
  <targets>
    <target name="elastic" xsi:type="BufferingWrapper" flushTimeout="5000">
      <target xsi:type="ElasticSearch" uri="http://localhost:9200/" />
    </target>
  </targets>
  <rules>
    <logger name="*" minlevel="Info" writeTo="elastic" />
  </rules>
</nlog>

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].