Hi team, is there anyway to specify `prefix` for E...
# all-things-deployment
a
Hi team, is there anyway to specify
prefix
for ES index names? We have the cases that the company requires a certain
prefix
for ES index name. It seems I can change the code to do that, but ask if it's a configuration option.
b
Yes there should be! @early-lamp-41924 Is our prefix wizard
a
I think I have found it.
Copy code
prefix: ${INDEX_PREFIX:}
this
INDEX_PREFIX
should be passed into `gms`'s docker-compose 's configuraiton
e
yes! It should be passed down to elasticsearch-setup as well