无法使用Spring Boot应用程序创建索引或与AWS开放搜索进行通信
我想将AWS弹性搜索(打开搜索)与我的Spring Boot应用程序集成在一起。 For this, I followed the tutorial at https://medium.com/@prasanth_rajendr…
Spark无法检测ES版本-AWS OpenSearch
我正在尝试从AWS OpenSearch域读取我的数据并获得此错误:“无法检测ES版本 - 通常,如果网络/Elasticsearch群集无法访问或针对WAN/Cloud实例,则在没…
如何计算在应用程序端生成的时间日志消息与弹性搜索摄入的时间之间的滞后?
Elasticsearch专家,需要您的帮助才能实现以下提及的目标。 目标: 试图找到一种计算时间之间滞后的方法,在应用程序结束时生成日志消息( @timestam…
OpenSearch Docker Image无法建立一个新连接:[ERRNO 111]连接拒绝)
我正在使用Docker Desktop(Windows)中的OpenSearch。 使用docker-compose.yml file- file- https://opensearch.org/down.org/downloads.html code- …
使用OpenSearch Python Bulk API将数据插入多个索引
本文档显示了如何使用curl中的POST请求插入多个索引的批量数据: 如果我有这种格式的数据,则 [ { "index": { "_index": "index-2022-06-08", "_id": …
将Internet的请求连接到AWS VPC OpenSearch域
我正在尝试了解如何将来自Internet的请求连接到VPC后面的AWS OpenSearch(v 1.2)集群。我正在研究SSHT,VPN连接性和反向代理的选项,在这种选择中,…
将Prometheus Opensearch Prometheus出口商集成到Kubernetes/Helm
我的OpenSearch应用程序在Kubernetes中运行。 我发现此OpenSearch Exporter插件: https://github.com/apensearch-promethe-prometheus-exporter- 到…
OpenSearch on AWS无法将Geoip的位置识别为Geojson类型
我已经有LogStash处理日志,并上传到在AWS上作为服务运行的OpenSearch实例。 我在LogStash中添加了一个GeoIP过滤器,将IPS处理到地理数据中。根据文档…
错误创建Elasticsearch域:InvalidTyPeexception:无效实例类型
我正在尝试使用Terraform启动OpenSearch域。 模板 resource "aws_elasticsearch_domain" "es" { domain_name = "apple-logs" elasticsearch_version =…
如何在python上在AWS OpenSearch库上指定超时
我正在使用 https://opensearch.org/docs/latest/latest/clients/clients/python/ 要与OpenSearch实例进行交互, client = OpenSearch( hosts=[{'hos…
OpenSearch使用批量与相同的_id重新加载文档
我计划使用 bulk 服务将文档加载到OpenSearch中,并且我正在自定义创建 _id ,但是在某些情况下,作业失败或其他,我需要重做这项工作,这意味着对于…
从Fargate任务连接到Elasticsearch
我们的Fargate任务被允许连接到AWS ES / OpenSearch。它是通过此政策设置的: { Version = "2012-10-17", Statement = [ { Effect = "Allow", Action …
需要在OpenSearch 1.2中启用SSL握手日志
我正在围绕OpenSearch1.3进行POC,通过启用具有自签名认证的SSL,但获得SSL例外。如果有任何方法可以启用SSL日志,请提供帮助。 javax.net.ssl.sslhan…
无法参数化输出LogStash索引-AWS S3输入
早上好, 我们正在尝试使用Logstash从AWS S3收集日志。 这是logstash.conf文件: input { tcp { port => 5000 codec => json } s3 { # Keys for user …
OpenSearch 1.2.3性能分析仪API指标回答回答空
我需要使用OpenSearch Helath指标。 在文档中,提到使用API如下: [https://opendistro.github.io/for-elasticsearch-docs/docs/docs/pa/api/pa/…