## 一.doc doc 放的是 logstash 相关的文件 ### 1.mysql.conf mysql 的数据同步到 es ### 2.xc_course_template.json 数据库表字段对应索引字段 ### 3.测试 grok 语法 test1.conf test2.conf test3.conf test4.conf test5.conf ## 二.java /Users/qinyingjie/Documents/idea-workspace/study/elasticsearch-demo/src/main 主要是写了一个简单的使用 logstash 同步 mysql 数据到 es,然后通过 es 查询课程信息,然后返回给前端 ## 三.test /Users/qinyingjie/Documents/idea-workspace/study/elasticsearch-demo/src/test ### 1.es_01_document 文档 ### 2.es_02_index 索引 ### 3.es_03_search 搜索 ### 4.es_04_agg 聚合 ### 5.es_05_jdbc jdbc-sql ### 6.es_06_log 日志 log