zentity icon indicating copy to clipboard operation
zentity copied to clipboard

[Bug]

Open JinalParmar26 opened this issue 2 years ago • 1 comments

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 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.

JinalParmar26 avatar Apr 26 '22 12:04 JinalParmar26

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?

austince avatar Jun 13 '22 20:06 austince

@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"
  }
}

davemoore- avatar May 08 '24 14:05 davemoore-