Skip to content

Node-Red contributed (NRC) storage module that uses Elasticsearch as its backend

License

Notifications You must be signed in to change notification settings

ThorbenJ/nrc-elasticsearch-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrc-elasticsearch-storage

A Node-RED contributed (NRC) module to use Elasticsearch as storage; using @elastic/elasticsearch.

Install

In the directory of your settings.js file run:

npm install nrc-elasticsearch-storage

(Not yet published on npm)

Then add the following to your settings file (inside the module.exports object):

    storageModule: require("nrc-elasticsearch-storage")({
        nodes: <node urls>,
        index: <index name>,
        auth: <options>
    }),

The configuration options are passed to new Client() of @elastic/elasticsearch as is.

Only index is an extra option, this is the index used for storing all Node-Red data. The authenticated user should have full access to this index. (No other index is needed)

About

Node-Red contributed (NRC) storage module that uses Elasticsearch as its backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published