Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

elastic-smart-home-ingest

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-smart-home-ingest

Ingest data from your smart home devices into Elasticsearch

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
2
-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

Elastic Smart Home Ingest

Ingest data from your smart home devices into Elasticsearch.

Limitations

Currently only an Elasticsearch instance hosted on Elastic Cloud is supported.

Currently only the following smart home manufacturers are supported:

Installation

Install module globally:

npm install elastic-smart-home-ingest -g

Usage

elastic-smart-home-ingest [options]

When you run elastic-smart-home-ingest the first time, you'll be guided through the setup process.

Options

  • --help / -h: Output command line help
  • --version / -v: Output package version
  • --yes / -y: Don't query for already configured options (useful for non-interactive mode)
  • --poll: Continuously poll for new data
  • --show-env: List all supported environment variables

By default, running elastic-smart-home-ingest will ingest all historical data and exist once it's done indexing. You can re-run this command at any time and it will only ingest new data not already ingested. If you enable polling mode (--poll), the tool will not exist, but will instead continuously poll for new data.

Environment Variables

It's also possible to configure elastic-smart-home-ingest using environment variables. Environment variables takes precedence over stored configuraiton. To get a list of all supported environment variables, run with the --show-env flag.

License

MIT

FAQs

Package last updated on 01 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts