王子滔的学习笔记

~路漫漫其修远兮~

Logstash割接mysql数据到es

Logstash割接mysql数据到es

ElasticSearch创建索引 创建ES索引 PUT logstash_demo { "mappings" : { "properties" : { "email" : { "type" : "text" }, "first_name" : { "type" : "text" }, "last_name" : { "type" : "text" }, "uid" : { "type" : "long" } } } } 创建好后查询索