node-red-contrib-elasticsearch2

0.1.12 • Public • Published
!!! 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

/node-red-contrib-elasticsearch2/

    Package Sidebar

    Install

    npm i node-red-contrib-elasticsearch2

    Weekly Downloads

    18

    Version

    0.1.12

    License

    MIT

    Last publish

    Collaborators

    • yetanotherusera