You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mongo2elastic

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo2elastic - npm Package Versions

123467

0.18.0

Diff
s
sp-dev
published 0.18.0 •

Changelog

Source

0.18.0

  • Add optional settings that can be added to ignoreMalformed.
s
sp-dev
published 0.17.1 •

Changelog

Source

0.17.1

  • Unwrap first value of multi-valued BSON type. E.g., ['string', 'null'] => 'string'.
s
sp-dev
published 0.17.0 •

Changelog

Source

0.17.0

  • Added options for omit and overrides to convertSchema.
  • Convert string enum to keyword.
s
sp-dev
published 0.16.0 •

Changelog

Source

0.16.0

  • Added createMappingFromSchema.
  • convertSchema bug fixes.
s
sp-dev
published 0.15.0 •

Changelog

Source

0.15.0

  • Added convertSchema fn that converts a MongoDB JSON schema to an Elasticsearch mapping.
s
sp-dev
published 0.14.1 •

Changelog

Source

0.14.1

  • Forgot to bump prom-utils in this repo.
s
sp-dev
published 0.14.0 •

Changelog

Source

0.14.0

  • Latest mongochangestream - batchBytes option.
s
sp-dev
published 0.13.0 •

Changelog

Source

0.13.0

  • Return emitter with events: process and error.
  • Stats are no longer logged.
s
sp-dev
published 0.12.0 •

Changelog

Source

0.12.0

  • Removed clearCompletedOn.
  • Latest mongochangestream - JSONSchema type.
s
sp-dev
published 0.11.0 •

Changelog

Source

0.11.0

  • Latest mongochangestream - Option to strip metadata from a JSON schema for detectSchemaChange.