@5minds/node-red-contrib-processcube-elasticsearch 0.4.0-feature-ff0780-m6aq8fv2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.processcube/nodered/.config.nodes.json +0 -30
- package/.processcube/nodered/.config.users.json +0 -3
- package/.processcube/nodered/flows.json +6 -28
- package/.processcube/nodered/package.json +3 -4
- package/Dockerfile +0 -3
- package/docker-compose.yml +1 -11
- package/package.json +1 -1
- package/.processcube/nodered/package-lock.json +0 -3240
|
@@ -456,35 +456,5 @@
|
|
|
456
456
|
"file": "/usr/src/node-red/node_modules/@5minds/node-red-contrib-processcube-elasticsearch/elastic-search-logger.js"
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
|
-
},
|
|
460
|
-
"do-red": {
|
|
461
|
-
"name": "do-red",
|
|
462
|
-
"version": "1.0.7",
|
|
463
|
-
"local": true,
|
|
464
|
-
"user": true,
|
|
465
|
-
"nodes": {
|
|
466
|
-
"do": {
|
|
467
|
-
"name": "do",
|
|
468
|
-
"types": [
|
|
469
|
-
"do"
|
|
470
|
-
],
|
|
471
|
-
"enabled": true,
|
|
472
|
-
"local": true,
|
|
473
|
-
"user": false,
|
|
474
|
-
"module": "do-red",
|
|
475
|
-
"file": "/data/node_modules/do-red/src/do.js"
|
|
476
|
-
},
|
|
477
|
-
"do-return": {
|
|
478
|
-
"name": "do-return",
|
|
479
|
-
"types": [
|
|
480
|
-
"do-return"
|
|
481
|
-
],
|
|
482
|
-
"enabled": true,
|
|
483
|
-
"local": true,
|
|
484
|
-
"user": false,
|
|
485
|
-
"module": "do-red",
|
|
486
|
-
"file": "/data/node_modules/do-red/src/do-return.js"
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
459
|
}
|
|
490
460
|
}
|
|
@@ -104,12 +104,11 @@
|
|
|
104
104
|
"bb866b012afbc73c",
|
|
105
105
|
"860403e22a1eeb2d",
|
|
106
106
|
"209b9637f58048f7",
|
|
107
|
-
"59b75b9850eb2758"
|
|
108
|
-
"35456f8a5ac9b1b9"
|
|
107
|
+
"59b75b9850eb2758"
|
|
109
108
|
],
|
|
110
109
|
"x": 34,
|
|
111
110
|
"y": 559,
|
|
112
|
-
"w":
|
|
111
|
+
"w": 532,
|
|
113
112
|
"h": 142
|
|
114
113
|
},
|
|
115
114
|
{
|
|
@@ -445,13 +444,13 @@
|
|
|
445
444
|
"once": false,
|
|
446
445
|
"onceDelay": 0.1,
|
|
447
446
|
"topic": "",
|
|
448
|
-
"payload": "{\"
|
|
447
|
+
"payload": "{\"name\":\"ProcessCube\",\"since\":2009,\"email\":\"processcube@5minds.de\"}",
|
|
449
448
|
"payloadType": "json",
|
|
450
449
|
"x": 130,
|
|
451
450
|
"y": 660,
|
|
452
451
|
"wires": [
|
|
453
452
|
[
|
|
454
|
-
"
|
|
453
|
+
"860403e22a1eeb2d"
|
|
455
454
|
]
|
|
456
455
|
]
|
|
457
456
|
},
|
|
@@ -479,7 +478,7 @@
|
|
|
479
478
|
"valueValue": "application/json"
|
|
480
479
|
}
|
|
481
480
|
],
|
|
482
|
-
"x":
|
|
481
|
+
"x": 290,
|
|
483
482
|
"y": 660,
|
|
484
483
|
"wires": [
|
|
485
484
|
[
|
|
@@ -500,7 +499,7 @@
|
|
|
500
499
|
"complete": "false",
|
|
501
500
|
"statusVal": "",
|
|
502
501
|
"statusType": "auto",
|
|
503
|
-
"x":
|
|
502
|
+
"x": 460,
|
|
504
503
|
"y": 660,
|
|
505
504
|
"wires": []
|
|
506
505
|
},
|
|
@@ -588,27 +587,6 @@
|
|
|
588
587
|
"y": 780,
|
|
589
588
|
"wires": []
|
|
590
589
|
},
|
|
591
|
-
{
|
|
592
|
-
"id": "35456f8a5ac9b1b9",
|
|
593
|
-
"type": "function",
|
|
594
|
-
"z": "7981e8890a543dd5",
|
|
595
|
-
"g": "2c10f13d9bc5da5d",
|
|
596
|
-
"name": "create msg",
|
|
597
|
-
"func": "msg.payload = {\n \"message\": \"hello world\",\n \"messageTemplate\": \"a messageTemplate\",\n \"meta\": {\n \"message\": \"a message\",\n \"messageTemplate\": \"a messageTemplate\",\n \"severity\": \"a severity\",\n \"level\": \"a level\",\n \"fields\": {\n \"firstField\": \"a FirstField\",\n \"secondField\": \"a SecondField\"\n },\n \"transaction.id\": \"a transaction.id\",\n \"trace.id\": \"a trace.id\",\n \"span.id\": \"a span.id\"\n }\n};\n\n\nreturn msg;",
|
|
598
|
-
"outputs": 1,
|
|
599
|
-
"timeout": 0,
|
|
600
|
-
"noerr": 0,
|
|
601
|
-
"initialize": "",
|
|
602
|
-
"finalize": "",
|
|
603
|
-
"libs": [],
|
|
604
|
-
"x": 290,
|
|
605
|
-
"y": 660,
|
|
606
|
-
"wires": [
|
|
607
|
-
[
|
|
608
|
-
"860403e22a1eeb2d"
|
|
609
|
-
]
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
590
|
{
|
|
613
591
|
"id": "0b2f670fec931f5f",
|
|
614
592
|
"type": "elastic-search",
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@flowfuse/node-red-dashboard": "1.22.0",
|
|
8
|
-
"
|
|
8
|
+
"passport-oauth2": "*",
|
|
9
9
|
"jsonwebtoken": "*",
|
|
10
10
|
"jwks-rsa": "*",
|
|
11
|
-
"node-red-contrib-oauth2": "*"
|
|
12
|
-
"passport-oauth2": "*"
|
|
11
|
+
"node-red-contrib-oauth2": "*"
|
|
13
12
|
}
|
|
14
|
-
}
|
|
13
|
+
}
|
package/Dockerfile
CHANGED
package/docker-compose.yml
CHANGED
|
@@ -18,7 +18,7 @@ services:
|
|
|
18
18
|
- ./.processcube/nodered:/data
|
|
19
19
|
|
|
20
20
|
elasticsearch:
|
|
21
|
-
image: elasticsearch:8.
|
|
21
|
+
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.1
|
|
22
22
|
container_name: elasticsearch
|
|
23
23
|
environment:
|
|
24
24
|
- discovery.type=single-node
|
|
@@ -33,16 +33,6 @@ services:
|
|
|
33
33
|
- es_data:/usr/share/elasticsearch/data
|
|
34
34
|
restart: always
|
|
35
35
|
|
|
36
|
-
kibana:
|
|
37
|
-
image: kibana:8.16.3
|
|
38
|
-
container_name: kibana
|
|
39
|
-
environment:
|
|
40
|
-
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
|
|
41
|
-
ports:
|
|
42
|
-
- "5601:5601"
|
|
43
|
-
depends_on:
|
|
44
|
-
- elasticsearch
|
|
45
|
-
|
|
46
36
|
volumes:
|
|
47
37
|
es_data:
|
|
48
38
|
driver: local
|