This specifies the migration steps which are specific to the payment index.
Add index name dss-payment_v2 as below:
In Kibana dev tools, apply the below command
PUT dss-payment_v2
{} // add mapping file content here. mapping.json as attached below
Ingest pipeline application properties contain es.direct.push supposed to be set true for testing.
es.direct.push
true
the transformed data will be pushed to ES index directly.
es.direct.push
false
the transformed data will be lying at egov-dss-ingest-enriched topic
Method
End Point
Body
POST
{host}/dashboard-ingest/ingest/migrate/paymentsindex-v1/v2
{"RequestInfo":{"authToken":"2ba70924-1bba-4a9b-b55d-2e9471bf3081"}}
CURL
curl -X POST https://dev.digit.org/dashboard-ingest/ingest/migrate/paymentsindex-v1/v2 -H 'cache-control: no-cache' -H 'content-type: application/json' -H 'postman-token: d83fc136-116d-265f-3b83-ea41e3d5bb57' -d '{"RequestInfo":{"authToken":"2ba70924-1bba-4a9b-b55d-2e9471bf3081"}}'
In Kibana dev tools verify using the below command