Save ElasticSearch =========== Stores the rows of the incoming DataFrame into Elastic Search Type --------- transform Class --------- fire.nodes.elasticsearch.NodeSaveElasticSearch Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - Name - Title - Description * - indexName - Index Name - Name of the Elastic Search Index * - elasticSearchHost - Elastic Search Host - Name of the Elastic Search Host * - elasticSearchPort - Elastic Search Port - Port of Elastic Search * - esIndexAutoCreate - es.index.auto.create - ES Index Auto Create * - esNodesWANOnly - es.nodes.wan.only - ES Nodes WAN Only * - esNodesIngestOnly - es.nodes.ingest.only - ES Nodes Ingest Only * - esNodesDataOnly - es.nodes.data.only - ES Nodes Data Only * - esNetHttpAuthUser - es.net.http.auth.user - Username * - esNetHttpAuthPass - es.net.http.auth.pass - Password * - esConfKeys - Config Key/Value Pairs - More Config Values * - esConfValues - Config Key/Value Pairs - More Config Values Details ------- This node stores the rows of the incoming DataFrame into Elastic Search.