idxproxy.mapping.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-indexing-proxy Show documentation
Show all versions of elasticsearch-indexing-proxy Show documentation
This plugin provides a proxy for indexing.
{
"config": {
"_source": {
"enabled": true
},
"_all": {
"enabled": false
},
"properties": {
"doc_type": {
"type": "keyword"
},
"file_position": {
"type": "long"
},
"node_name": {
"type": "keyword"
},
"@timestamp": {
"type": "date"
}
}
}
}