openBackhaul / AirInterfacePowerSaver

Pranay's first Application on the MW SDN Controller
Apache License 2.0
1 stars 1 forks source link

value of index-alias could be updated #103

Open IswaryaaS opened 10 months ago

IswaryaaS commented 10 months ago

In config.json file, index-alias specified for Elasticsearch instance for aips-0-0-5-es-c-es-1-0-0-000 is "8".

image

Since, the specified index-alias is "8", when looking in an elasticsearch, one could not relate the index created with name "8" to AirInterfacePowerSaver application unless he is already aware about the specification.

Proposal: Having a prefix to the index-alias value like "aips-8" where aips refers to application-name identifier for AirInterfacePowerSaver application. This would be evident that this index corresponds to AIPS application when any Elasticsearch user looking directly into ES.

Example: In ExecutionAndTraceLog, the index-alias value has been specified as "eatl-2-0-1".

Kindly let us know your views.

Note: A similar case is found in MWDI as well with index-alias "7"

kmohr-soprasteria commented 5 months ago

Sound like a good proposal to me, we could discuss this in the Fridays call.