环境说明 1. windows server 2012 R2 64位 2. log4net.ElasticSearch 3. kibana-5.5.0-windows-x86.zip 架构说明 数据采集有两种方案Beats或Logstash,Logstash支持很多种数据源,有log4j但没有log4net,本想使用log4net.redis+redis+logstash的方式实现日志收集.无意间发现了log4net.ElasticSearch可以直接写日志到ES,经过测试非常好用.方便. lo
elasticsearch之借用kibana平台创建索引 1.安装好kibana平台 确保kibana以及elasticsearch正常运行 2.打开kibana平台在Dev Tools 3.创建一个customer索引 PUT /customer?pretty 4.查看该索引 GET /_cat/indices?v 看到结果 health status index uuid pri rep docs.count docs.deleted store.size pri.store.size ye