Turning off HDFS Writer
You can also turn off the HDFS index or writer using the following syntax in the index.json file.
{
"elasticsearch": {
"index": "foo",
"enabled" : true
},
"hdfs": {
"index": "foo",
"batchSize": 100,
"enabled" : false
}
}
