Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sailor-nodejs: 2.6.24 #58

Merged
merged 3 commits into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.9 (February 12, 2021)
* Update sailor version to 2.6.24

## 1.1.8 (January 15, 2021)
* Update sailor version to 2.6.23

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Splitter is the basic component for the [elastic.io platform](http://www.elastic
## Description
The Splitter processes income messages containing multiple elements that might have to be processed in different ways. The Splitter emits out the composite message into individual messages, each containing data related to one item.

#### Environment variables
Component does not have any required environment variables, but we suggest to use `EIO_REQUIRED_RAM_MB` in order to avoid `Component run out of memory and terminated` error, recommended value of allocated memory is `512` MB.

For debugging purposes there is: `LOG_LEVEL` - `trace` | `debug` | `info` | `warning` | `error` that controls logger level.

## Actions
### Split Message By Array
**This action is deprecated, please use Split on JSONata Expression instead.**
Expand Down Expand Up @@ -129,5 +124,4 @@ Must be unique per group but does not have to be globally unique. This value nee
No.

## Documentation links
More information and some examples can be found here: [Splitter documentation](https://www.elastic.io/connectors/splitter-integration/)
and here: [Array splitting and JSONata mapper](https://support.elastic.io/support/solutions/articles/14000069604-array-splitting-and-jsonata-mapper)
More information and some examples can be found here: [Splitter documentation](https://www.elastic.io/connectors/splitter-integration/).
38 changes: 15 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticio/splitter",
"version": "1.1.8",
"version": "1.1.9",
"description": "elastic.io component for splitting incoming messages",
"scripts": {
"pretest": "eslint split.js lib spec --fix",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@elastic.io/component-commons-library": "1.1.4",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.23",
"elasticio-sailor-nodejs": "2.6.24",
"lodash": "4.17.19"
},
"devDependencies": {
Expand Down