blob: 0b69948c83fe27fe4691d9a62aac596b0fa1ce9f [file] [log] [blame]
{
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"source": {
hosts += ${es.tcp.host}
port = ${es.tcp.port}
"clusterName": "elasticsearch",
"indexes": [
"elasticsearch_persist_writer_it"
],
"types": [
"activity"
]
},
"destination": {
hosts += ${es.tcp.host}
port = ${es.tcp.port}
"clusterName": "elasticsearch",
"index": "elasticsearch_reindex_it",
"type": "activity",
"forceUseConfig": true
}
}