我有一個python腳本,應該在彈性搜索中存儲我的JSON文件中打印所有ID的人員。但我只得到十個結果(截斷),因爲我知道默認只顯示10個結果。 from elasticsearch import Elasticsearch
import sys
es = Elasticsearch()
res = es.search(index="my_docs", body={"query": {"ma
我正在嘗試使用帶有TCP連接的Logstash-output-gelf插件來訪問graylog2。 我用logstash版本5.4.2,Graylog 2.2 我用下面的輸出設置 output {
gelf{
host =>"127.0.0.1" // i have changed the ip address. The actual IP connects to a server on th