node-red-contrib-elasticsearch2 v0.1.12
!!! Not stable YET !!!
!!! use it at your own risk !!!
##node-red-contrib-elasticsearch2 A node-red node to write messages to elasticsearch (based on a modified fork from benediktarnold/node-red-contrib-elasticsearch with more options)
##Install Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-elasticsearch2
##Documentation Inputs : msg msg.es_index will override the configured index in the node msg.es_documentype will override the configured document type in the node daily index option allows to create an index on daily basis (index <= indexYYYYMMDD if msg.es_index was not defined ) Outputs : none ##TODO - Add ouputs with error if any, newly created doc id, status of ES after operation ... etc
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago