摘要: input { elasticsearch { hosts => "127.0.0.1" index => "index" size => 10000 scroll=> "20m" } } filter{ mutate{ remove_field => ["@version","@timestamp 阅读全文
posted @ 2022-06-24 14:02 月渊 阅读(33) 评论(0) 推荐(0)
摘要: docker run -it -d \ --publish=7474:7474 --publish=7687:7687 \ --volume=/home/abc/neo4jdata:/data \ --volume=/home/abc/neo4jimport:/var/lib/neo4j/impor 阅读全文
posted @ 2022-06-24 13:58 月渊 阅读(45) 评论(0) 推荐(0)