I checked some source code of X-Pack. It seems like X-Pack of LogStash uses the "id" as the identification.
Will it occur data overwrite when multi instances are running on the same node?
# curl localhost:9601/?pretty
{
"host" : "stgelkredis01",
"version" : "5.2.0",
"http_address" : "127.0.0.1:9601",
"id" : "3a6a2243-a356-4d0f-a9af-f783bf88e0b8",
"name" : "stgelkredis01",
"build_date" : "2017-01-24T20:13:39+00:00",
"build_sha" : "3159d88e5168023353de938ef6fa2aad0763d05f",
"build_snapshot" : false
}
# curl localhost:9602/?pretty
{
"host" : "stgelkredis01",
"version" : "5.2.0",
"http_address" : "127.0.0.1:9602",
"id" : "3a6a2243-a356-4d0f-a9af-f783bf88e0b8",
"name" : "stgelkredis01",
"build_date" : "2017-01-24T20:13:39+00:00",
"build_sha" : "3159d88e5168023353de938ef6fa2aad0763d05f",
"build_snapshot" : false
}