随笔分类 -  ELK生态圈

摘要:[Unit] Description=logstash [Service] Type=simple User=logstash Group=logstash # Load env vars from /etc/default/ and /etc/sysconfig/ if they exist. # Prefixing the path with '-' makes it try to load, 阅读全文
posted @ 2019-09-24 14:10 monkeybron 阅读(705) 评论(0) 推荐(0)
摘要:1. 在50和52的 config/elasticsearch.yml 中增加以下配置 index: analysis: analyzer: string_lowercase: tokenizer: keyword filter: lowercase 2. 重启es 3. 创建一个测试 index: 阅读全文
posted @ 2019-05-20 18:42 monkeybron 阅读(2100) 评论(0) 推荐(0)