Skip to content

Commit

Permalink
sailor-nodejs: 2.6.24 (#58)
Browse files Browse the repository at this point in the history
* sailor-nodejs: 2.6.24
  • Loading branch information
stas-fomenko authored Feb 10, 2021
1 parent d7aa106 commit 24a42c8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 32 deletions.
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

0 comments on commit 24a42c8

Please sign in to comment.