[logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}

来源:4-2 logstash全量、增量同步解决方案

邪墨羽

2019-12-09 15:44

es  logstash   导入数据的时候    求解

写回答 关注

3回答

  • 慕娘7519102
    2020-05-30 13:18:32

    同样问题

  • UndoCc
    2019-12-27 16:08:32

    同样问题, logstash运行结束后 提示没有这个索引

  • qq_FallenLeaves_3
    2019-12-26 17:59:33

    同样问题, 输入命令logstash运行结束后 去Kibana中GET /blog/_stats, 提示没有这个索引

    {  "error": {    "root_cause": [      {        "type": "index_not_found_exception",        "reason": "no such index",        "resource.type": "index_or_alias",        "resource.id": "blog",        "index_uuid": "_na_",        "index": "blog"      }    ],    "type": "index_not_found_exception",    "reason": "no such index",    "resource.type": "index_or_alias",    "resource.id": "blog",    "index_uuid": "_na_",    "index": "blog"  },  "status": 404}
    你解决了么


Springboot + ElasticSearch 构建博客检索系统

Springboot + ElasticSearch 构建个人博客检索系统

23191 学习 · 112 问题

查看课程

相似问题