Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -X POST http://elasticsearch-data-v1.mgramseva:9200/_aliases \
--header 'Content-Type: application/json' \
-d '{
  "actions": [
    {
      "add": {
        "index": "water-services-enriched",
        "alias": "water-services"
      }
    }
  ]
}'

...

Code Block
curl -X POST http://elasticsearch-data-v1.mgramseva:9200/_aliases \
--header 'Content-Type: application/json' \
-d '{
  "actions": [
    {
      "add": {
        "index": "echallan-services-enriched",
        "alias": "echallan-services"
      }
    }
  ]
}'

...