kibana创建索引,POST不起作用

时间:2018-06-20 22:22:16

标签: kibana

kibana创建索引不起作用。

PUT,GET正在工作。

POST不起作用。

kibana>开发工具>控制台

PUT a_test_index

GET _cat/indices

yellow open data_audit   MnC9Y9yFTJKqLCKGwqq2NQ 5 1 3 0 25.9kb 25.9kb
yellow open .kibana      ZCXbosazThOHyKVOIvlJ4A 1 1 2 0 10.7kb 10.7kb
yellow open a_test_index CdPLIvMaTryyYOmdGBBC6A 5 1 0 0  1.1kb  1.1kb

POST a_test_index/doc/1 { "test1": "test2" }

Nothing happened. 

浏览器开发人员工具。

f12。

没有错误。

GET a_test_index/_search

{
  "took": 0,
  "timed_out": false,
  "_shards": {
    "total": 5,
    "successful": 5,
    "skipped": 0,
    "failed": 0
  },
  "hits": {
    "total": 0,
    "max_score": null,
    "hits": []
  }
}

kibana>管理>索引模式

索引模式:a_test_index

创建

什么都没发生。索引未配置。

浏览器开发人员工具。

f12。

无法加载资源:

服务器的响应状态为404(未找到)

:5601 / api /...

0 个答案:

没有答案