Skip to content

Commit 24a42c8

Browse files
authored
sailor-nodejs: 2.6.24 (#58)
* sailor-nodejs: 2.6.24
1 parent d7aa106 commit 24a42c8

File tree

4 files changed

+21
-32
lines changed

4 files changed

+21
-32
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.9 (February 12, 2021)
2+
* Update sailor version to 2.6.24
3+
14
## 1.1.8 (January 15, 2021)
25
* Update sailor version to 2.6.23
36

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ Splitter is the basic component for the [elastic.io platform](http://www.elastic
55
## Description
66
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.
77

8-
#### Environment variables
9-
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.
10-
11-
For debugging purposes there is: `LOG_LEVEL` - `trace` | `debug` | `info` | `warning` | `error` that controls logger level.
12-
138
## Actions
149
### Split Message By Array
1510
**This action is deprecated, please use Split on JSONata Expression instead.**
@@ -129,5 +124,4 @@ Must be unique per group but does not have to be globally unique. This value nee
129124
No.
130125

131126
## Documentation links
132-
More information and some examples can be found here: [Splitter documentation](https://www.elastic.io/connectors/splitter-integration/)
133-
and here: [Array splitting and JSONata mapper](https://support.elastic.io/support/solutions/articles/14000069604-array-splitting-and-jsonata-mapper)
127+
More information and some examples can be found here: [Splitter documentation](https://www.elastic.io/connectors/splitter-integration/).

package-lock.json

Lines changed: 15 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticio/splitter",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "elastic.io component for splitting incoming messages",
55
"scripts": {
66
"pretest": "eslint split.js lib spec --fix",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@elastic.io/component-commons-library": "1.1.4",
2020
"elasticio-node": "0.0.9",
21-
"elasticio-sailor-nodejs": "2.6.23",
21+
"elasticio-sailor-nodejs": "2.6.24",
2222
"lodash": "4.17.19"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)