Dave Moore
Dave Moore
\+ I'm interested in people's thoughts here, too. Personally (though my opinion matters the least here) I've considered zentity to have too simple of an [API](http://zentity.io/docs/rest-apis/) to warrant the effort...
@rursprung My intent is to test compatibility with security features only from the [official distribution of Elasticsearch](https://github.com/elastic/elasticsearch). It's possible that zentity might work with other security frameworks, but I haven't...
Does this issue also affect the display of the "Instances" and "Instances latency distribution" panels of the Overview tab and Metrics tab of a service? I'm using OpenTelemetry and I...
I was able to fix the symptoms by changing `api-gateway` from an Nginx service instrumented with `opentelemetry/cpp` to a Python service instrumented `opentelemetry/python`. I don't think this is ready to...
Closing because I'm only going to support the official distribution of Elasticsearch (#90). OpenSearch has its own Java client libraries ([here](https://mvnrepository.com/artifact/org.opensearch.client/opensearch-java)), which would require building and documenting two very different...
@JinalParmar26 I'm unable to reproduce this issue. I've installed zentity 1.8.2 on elasticsearch 7.15.1, and visiting http://localhost:9200/_zentity gives me the expected welcome message: ```json { "name" : "zentity", "description" :...
Hey everybody 👋🏻 I've released [zentity-1.8.3](https://zentity.io/releases/#zentity-1.8.3) which supports Elasticsearch 8.13. My apologies for the lengthy delay. I've been on hiatus for a couple years to focus on my life and...
@cdgipson @szeitlin If you're still interested in contributing, I'd be happy to talk more (see also this [discussion thread](https://github.com/zentity-io/zentity/discussions/61)). It'd be great to have more maintainers than just myself so...
I believe I've found the issue. I don't think it's a bug, because zentity is execuing the queries correctly. What's needed is an enhancement for supporting the [`"inner_hits"`](https://www.elastic.co/guide/en/elasticsearch/reference/current/inner-hits.html) field of...
This feature is being worked on branch `feature-inner-hits` ([branch history](https://github.com/zentity-io/zentity/commits/feature-inner-hits/)). Given that nested objects often represent separate entities with multiple attributes (e.g. an address identified by a street, city, state,...