Administration
Also available as:
PDF
loading table of contents...

Turning Off HDFS Writer

You can also turn off the HDFS index or writer using the following syntax in the index.json file.

Create or modify

{
   "elasticsearch": {
      "index": "foo",
      "enabled" : true 
    },
   "hdfs": {
      "index": "foo",
      "batchSize": 100,
      "enabled" : false
    }
}