zentity icon indicating copy to clipboard operation
zentity copied to clipboard

Entity resolution for Elasticsearch.

Results 19 zentity issues
Sort by recently updated
recently updated
newest added

When performing entity resolution, ES documents may sometimes contain string fields that contain quotes or backslashes. These will then be picked up by zentity and substituted into the template [here](https://github.com/zentity-io/zentity/blob/main/src/main/java/io/zentity/resolution/Query.java#L143),...

### Environment - zentity version: 1.8.2 - Elasticsearch version: 7.15.1 ### Describe the bug I installed zentitty successfully on my windows machine. While runing http://localhost:9200/_zentity ti thorws below error: {"error":{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid...

bug

Bumps log4j-core from 2.11.1 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.11.1&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.5.1&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 7.17.0 to 7.17.1. Release notes Sourced from elasticsearch's releases. Elasticsearch 7.17.1 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.1.html Commits e5acb99 Not reporting removable settings for deprecated affix settings (#84246)...

dependencies

We've moving from Elasticsearch 7.10.2 to OpenSearch 1.2.4. The OS version is a fork of the OSS build of the ES version plus a bunch of plugins. After skimming through...

enhancement

Fixes some important security vulnerabilities listed here: https://logging.apache.org/log4j/2.x/security.html#CVE-2021-45105 @davemoore- do you have any time to test this out? Closes https://github.com/zentity-io/zentity/pull/97

While zentity should run seamlessly with native [Elasticsearch security features](https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-security.html) and has proven to do so in practice, it would be a good idea to write automated tests for zentity...

meta

zentity should take advantage of the logging architecture of Elasticsearch to aid troubleshooting. This can be implemented as needed instead of creating a dedicated feature branch for logging. To implement...

enhancement

There has already been some [discussion about talking with a Zentity-enabled cluster in Python](https://discuss.elastic.co/t/using-python-plugin-to-create-zentity-models-in-elastic/180525), but I'm wondering what other languages people would like to see clients built for? We're currently...