zentity-io / zentity

Entity resolution for Elasticsearch.
https://zentity.io
Apache License 2.0
157 stars 28 forks source link

[Bug] #103

Closed JinalParmar26 closed 5 months ago

JinalParmar26 commented 2 years ago

Environment

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 index name [zentity], must not start with ''.","index_uuid":"na","index":"_zentity"}],"type":"invalid_index_name_exception","reason":"Invalid index name [zentity], must not start with ''.","index_uuid":"na","index":"_zentity"},"status":400}

Expected behavior

Zentity should run as expected after installation.

austince commented 2 years ago

Hmm, maybe there was some breaking change in elasticsearch, looks like 1.8.2 is only tested against 7.16.x and 7.17.x. Can you try to reproduce on one of those versions?

davemoore- commented 5 months ago

@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:

{
  "name" : "zentity",
  "description" : "Entity resolution for Elasticsearch.",
  "website" : "https://zentity.io",
  "version" : {
    "zentity" : "1.8.2",
    "elasticsearch" : "7.15.1"
  }
}