下载oss版本的filebeat和logstash如果版本不一样,替换链接中的版本号即可配置logstashinput { beats { port => 5044 }}output { opensearch { hosts => ["https://doma...
curl --location --request PUT 'http://192.168.9.20:9200/indexName/_settings' \--header 'Content-Type: application/json' \--data-raw '{ "index&quo...
try { val request = BulkRequest(indexNmae) request.timeout("${timeout}s") request.estimatedSizeInBytes() ...