• 使用filebeat、logstash收集ec2日志到aws-es

    下载oss版本的filebeat和logstash如果版本不一样,替换链接中的版本号即可配置logstashinput { beats { port => 5044 }}output { opensearch { hosts => ["https://doma...

    修改es查询条数

    curl --location --request PUT 'http://192.168.9.20:9200/indexName/_settings' \--header 'Content-Type: application/json' \--data-raw '{ "index&quo...

    SpringBoot ES写入设置id数据

    try { val request = BulkRequest(indexNmae) request.timeout("${timeout}s") request.estimatedSizeInBytes() ...