-
#### Problem
I am getting these errors. Data is loaded into elasticsearch, but I don't know if some records are maybe missing. The timeouts appear regularly in the log.
```
2019-06-17 14:54:20 …
a-hat updated
2 years ago
-
I have been struggling to understand a way to use this package, even though it looks great, I tried to delve into it, but it feels like it's very hard to know how to without documentation, I can help …
-
**Description**
Every morning when I build the project with `mvn -Dquickly`, I see the following output (which takes a while to complete):
```
[INFO] --- quarkus-platform-descriptor-json-plugi…
-
**Describe the bug**
I'm not sure if this is a true bug or if I'm merely doing something wrong. When attempting to create a client using the transport builder with some certificate files, I continuou…
-
when trying to apply the configuration to a client:
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: File[/var/lib/elasticsearch] is already declared i…
kn0ll updated
11 years ago
-
When selecting search after going to localhost I get an error. Full traceback:
```
File "/home/acwh0110/.local/lib/python3.8/site-packages/flask/app.py", line 2548, in __call__
return self.…
-
Out of nowhere we suddenly get this fatal error popping up.
It looks random, after running the same script again, it works fine.
Declaration of Elastic\Elasticsearch\Response\Elasticsearch::withS…
-
Operating System: Red Hat Enterprise Linux Server 7.5 (Maipo)
go version go1.10.3 linux/amd64
I am trying to build but got the following error :
building prometheus-es-adapter nil
GOPATH=/app/…
-
Hey,
We are currently testing our solution based on ES 1.7.1 and jdbc-river 1.7.1.0.
This is configure of jdbc
``` json
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bin=${DIR}/../bin
li…
-
import elasticsearch
class FooService:
def __init__(self):
self.es = elasticsearch.Elasticsearch(hosts=[{'host': 'localhost', 'port': 9200}])
def create(self, index, body):
…