因此,我有了这种elasticsearch安装,可以在用logstash插入数据时使用kibana可视化它们。
conf文件中的所有内容均已注释,因此它使用的是相对于elasticsearch文件夹的默认文件夹。
1/ I store data with logstash 2/ I look at them with kibana 3/ I close the instance of elastic seach, kibana and logstash 4/ I DELETE their folders 5/ I re-extract everything and reconfigure them 6/ I go into kibana and the data are still there
这怎么可能?
但是,此命令将删除数据: curl -XDELETE 'http://127.0.0.1:9200/_all'
curl -XDELETE 'http://127.0.0.1:9200/_all'
谢谢。
ps:忘了说我在窗户上
如果您在Linux上安装了ES,则默认数据文件夹位于/var/lib/elasticsearch(CentOS)或/var/lib/elasticsearch/data(Ubuntu)中
/var/lib/elasticsearch
/var/lib/elasticsearch/data
如果您使用的是Windows,或者只是从ZIP / TGZ文件中提取了ES,则data在提取文件夹中应该有一个子文件夹。
data