Where does Elasticsearch store its data?

前端 未结 7 1934
小鲜肉
小鲜肉 2021-01-01 11:21

So I have this Elasticsearch installation, in insert data with logstash, visualize them with kibana.

Everything in the conf file is commented, so it\'s using the defa

相关标签:
7条回答
  • 2021-01-01 11:58

    Have a look into the Nodes Stats and try

    http://127.0.0.1:9200/_nodes/stats/fs?pretty
    

    On Windows 10 with ElasticSearch 7 it shows:

    "path" : "C:\\ProgramData\\Elastic\\Elasticsearch\\data\\nodes\\0"
    
    0 讨论(0)
提交回复
热议问题