-
import elasticsearch
class FooService:
def __init__(self):
self.es = elasticsearch.Elasticsearch(hosts=[{'host': 'localhost', 'port': 9200}])
def create(self, index, body):
…
-
Using the Elasticsearch module in Metricbeat to collect data for Kibana's stack monitoring as mentioned [here](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-elasticsearch.…
Evesy updated
5 months ago
-
Hello,
**Context:** kibana 7.6.1 with opendistro plugin for security.
When i try run the import_es_index.py i get this error :
python2 import_es_index.py
```
{u'acknowledged': True}
1 / 281 U…
-
Hello , I have run elasticsearch-site and visite http://localhost:8080/web/sql/, but when I click the search button by some query condition, it case some error in logfile such as:
`org.elasticsear…
-
Hi,
I'm trying to install the elasticsearch operator in three namespaces but it doesn't work.
When I deploy and choose one namespace, everything is working fine.
The elasticsearch operator is av…
-
Thanks to corporate battles, AWS has forked the Elasticsearch client to the new https://github.com/opensearch-project/opensearch-js client. Can we get this working with that? Or should I fork it?
-
Error occurred when using 1.5.0 version, but it's running fine when I use 1.1.0 version. I have two es instances running on the server, I think this is the root cause of the error.
Command:
./elas…
-
I am using Amazon Linux 2015, Logstash 1.5.1 and this configuration file.
```
input {
zeromq {
address => "tcp://127.0.0.1:8006"
mode => "client"
topology => "pubsub"
}
}
filt…
-
### Elasticsearch Version
serverless
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Ubuntu 20.04.6 LTS (Focal Fossa)
### Problem Description
We received a suppr…
-
Is there any documentation/examples on how querqy-unplugged could work with Amazon OpenSearch - managed search engine? Is it supported?
This statement does not make it very clear:
Querqy-Unplugged c…