blob: 936d6df44ca02c17d49db7f6620b850c97c40882 [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_parent_child_it"
],
"types": [
"activity"
]
},
"destination": {
hosts += ${es.tcp.host}
port = ${es.tcp.port}
"clusterName": "elasticsearch",
"index": "elasticsearch_reindex_parent_child_it",
"type": "activity",
"forceUseConfig": true
}
}