@5minds/node-red-contrib-processcube-elasticsearch 0.4.0-develop-7b8fdf-m692xvm9 → 0.4.0-feature-0106ae-m66vas2q
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 +1 -1
- package/.processcube/nodered/.config.nodes.json.backup +460 -0
- package/.processcube/nodered/.config.runtime.json.backup +4 -0
- package/.processcube/nodered/.config.users.json.backup +35 -0
- package/.processcube/nodered/.flows.json.backup +759 -0
- package/.processcube/nodered/.flows_cred.json.backup +3 -0
- package/.processcube/nodered/flows.json +1 -1
- package/.processcube/nodered/node-red-contrib-processcube-flows.json +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node-red": {
|
|
3
|
+
"name": "node-red",
|
|
4
|
+
"version": "4.0.8",
|
|
5
|
+
"local": false,
|
|
6
|
+
"user": false,
|
|
7
|
+
"nodes": {
|
|
8
|
+
"junction": {
|
|
9
|
+
"name": "junction",
|
|
10
|
+
"types": [
|
|
11
|
+
"junction"
|
|
12
|
+
],
|
|
13
|
+
"enabled": true,
|
|
14
|
+
"local": false,
|
|
15
|
+
"user": false,
|
|
16
|
+
"module": "node-red",
|
|
17
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/05-junction.js"
|
|
18
|
+
},
|
|
19
|
+
"inject": {
|
|
20
|
+
"name": "inject",
|
|
21
|
+
"types": [
|
|
22
|
+
"inject"
|
|
23
|
+
],
|
|
24
|
+
"enabled": true,
|
|
25
|
+
"local": false,
|
|
26
|
+
"user": false,
|
|
27
|
+
"module": "node-red",
|
|
28
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/20-inject.js"
|
|
29
|
+
},
|
|
30
|
+
"debug": {
|
|
31
|
+
"name": "debug",
|
|
32
|
+
"types": [
|
|
33
|
+
"debug"
|
|
34
|
+
],
|
|
35
|
+
"enabled": true,
|
|
36
|
+
"local": false,
|
|
37
|
+
"user": false,
|
|
38
|
+
"module": "node-red",
|
|
39
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/21-debug.js"
|
|
40
|
+
},
|
|
41
|
+
"complete": {
|
|
42
|
+
"name": "complete",
|
|
43
|
+
"types": [
|
|
44
|
+
"complete"
|
|
45
|
+
],
|
|
46
|
+
"enabled": true,
|
|
47
|
+
"local": false,
|
|
48
|
+
"user": false,
|
|
49
|
+
"module": "node-red",
|
|
50
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/24-complete.js"
|
|
51
|
+
},
|
|
52
|
+
"catch": {
|
|
53
|
+
"name": "catch",
|
|
54
|
+
"types": [
|
|
55
|
+
"catch"
|
|
56
|
+
],
|
|
57
|
+
"enabled": true,
|
|
58
|
+
"local": false,
|
|
59
|
+
"user": false,
|
|
60
|
+
"module": "node-red",
|
|
61
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/25-catch.js"
|
|
62
|
+
},
|
|
63
|
+
"status": {
|
|
64
|
+
"name": "status",
|
|
65
|
+
"types": [
|
|
66
|
+
"status"
|
|
67
|
+
],
|
|
68
|
+
"enabled": true,
|
|
69
|
+
"local": false,
|
|
70
|
+
"user": false,
|
|
71
|
+
"module": "node-red",
|
|
72
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/25-status.js"
|
|
73
|
+
},
|
|
74
|
+
"link": {
|
|
75
|
+
"name": "link",
|
|
76
|
+
"types": [
|
|
77
|
+
"link in",
|
|
78
|
+
"link out",
|
|
79
|
+
"link call"
|
|
80
|
+
],
|
|
81
|
+
"enabled": true,
|
|
82
|
+
"local": false,
|
|
83
|
+
"user": false,
|
|
84
|
+
"module": "node-red",
|
|
85
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/60-link.js"
|
|
86
|
+
},
|
|
87
|
+
"comment": {
|
|
88
|
+
"name": "comment",
|
|
89
|
+
"types": [
|
|
90
|
+
"comment"
|
|
91
|
+
],
|
|
92
|
+
"enabled": true,
|
|
93
|
+
"local": false,
|
|
94
|
+
"user": false,
|
|
95
|
+
"module": "node-red",
|
|
96
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/90-comment.js"
|
|
97
|
+
},
|
|
98
|
+
"global-config": {
|
|
99
|
+
"name": "global-config",
|
|
100
|
+
"types": [
|
|
101
|
+
"global-config"
|
|
102
|
+
],
|
|
103
|
+
"enabled": true,
|
|
104
|
+
"local": false,
|
|
105
|
+
"user": false,
|
|
106
|
+
"module": "node-red",
|
|
107
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/91-global-config.js"
|
|
108
|
+
},
|
|
109
|
+
"unknown": {
|
|
110
|
+
"name": "unknown",
|
|
111
|
+
"types": [
|
|
112
|
+
"unknown"
|
|
113
|
+
],
|
|
114
|
+
"enabled": true,
|
|
115
|
+
"local": false,
|
|
116
|
+
"user": false,
|
|
117
|
+
"module": "node-red",
|
|
118
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/98-unknown.js"
|
|
119
|
+
},
|
|
120
|
+
"function": {
|
|
121
|
+
"name": "function",
|
|
122
|
+
"types": [
|
|
123
|
+
"function"
|
|
124
|
+
],
|
|
125
|
+
"enabled": true,
|
|
126
|
+
"local": false,
|
|
127
|
+
"user": false,
|
|
128
|
+
"module": "node-red",
|
|
129
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/10-function.js"
|
|
130
|
+
},
|
|
131
|
+
"switch": {
|
|
132
|
+
"name": "switch",
|
|
133
|
+
"types": [
|
|
134
|
+
"switch"
|
|
135
|
+
],
|
|
136
|
+
"enabled": true,
|
|
137
|
+
"local": false,
|
|
138
|
+
"user": false,
|
|
139
|
+
"module": "node-red",
|
|
140
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/10-switch.js"
|
|
141
|
+
},
|
|
142
|
+
"change": {
|
|
143
|
+
"name": "change",
|
|
144
|
+
"types": [
|
|
145
|
+
"change"
|
|
146
|
+
],
|
|
147
|
+
"enabled": true,
|
|
148
|
+
"local": false,
|
|
149
|
+
"user": false,
|
|
150
|
+
"module": "node-red",
|
|
151
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/15-change.js"
|
|
152
|
+
},
|
|
153
|
+
"range": {
|
|
154
|
+
"name": "range",
|
|
155
|
+
"types": [
|
|
156
|
+
"range"
|
|
157
|
+
],
|
|
158
|
+
"enabled": true,
|
|
159
|
+
"local": false,
|
|
160
|
+
"user": false,
|
|
161
|
+
"module": "node-red",
|
|
162
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/16-range.js"
|
|
163
|
+
},
|
|
164
|
+
"template": {
|
|
165
|
+
"name": "template",
|
|
166
|
+
"types": [
|
|
167
|
+
"template"
|
|
168
|
+
],
|
|
169
|
+
"enabled": true,
|
|
170
|
+
"local": false,
|
|
171
|
+
"user": false,
|
|
172
|
+
"module": "node-red",
|
|
173
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/80-template.js"
|
|
174
|
+
},
|
|
175
|
+
"delay": {
|
|
176
|
+
"name": "delay",
|
|
177
|
+
"types": [
|
|
178
|
+
"delay"
|
|
179
|
+
],
|
|
180
|
+
"enabled": true,
|
|
181
|
+
"local": false,
|
|
182
|
+
"user": false,
|
|
183
|
+
"module": "node-red",
|
|
184
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/89-delay.js"
|
|
185
|
+
},
|
|
186
|
+
"trigger": {
|
|
187
|
+
"name": "trigger",
|
|
188
|
+
"types": [
|
|
189
|
+
"trigger"
|
|
190
|
+
],
|
|
191
|
+
"enabled": true,
|
|
192
|
+
"local": false,
|
|
193
|
+
"user": false,
|
|
194
|
+
"module": "node-red",
|
|
195
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/89-trigger.js"
|
|
196
|
+
},
|
|
197
|
+
"exec": {
|
|
198
|
+
"name": "exec",
|
|
199
|
+
"types": [
|
|
200
|
+
"exec"
|
|
201
|
+
],
|
|
202
|
+
"enabled": true,
|
|
203
|
+
"local": false,
|
|
204
|
+
"user": false,
|
|
205
|
+
"module": "node-red",
|
|
206
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/90-exec.js"
|
|
207
|
+
},
|
|
208
|
+
"rbe": {
|
|
209
|
+
"name": "rbe",
|
|
210
|
+
"types": [
|
|
211
|
+
"rbe"
|
|
212
|
+
],
|
|
213
|
+
"enabled": true,
|
|
214
|
+
"local": false,
|
|
215
|
+
"user": false,
|
|
216
|
+
"module": "node-red",
|
|
217
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/rbe.js"
|
|
218
|
+
},
|
|
219
|
+
"tls": {
|
|
220
|
+
"name": "tls",
|
|
221
|
+
"types": [
|
|
222
|
+
"tls-config"
|
|
223
|
+
],
|
|
224
|
+
"enabled": true,
|
|
225
|
+
"local": false,
|
|
226
|
+
"user": false,
|
|
227
|
+
"module": "node-red",
|
|
228
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/05-tls.js"
|
|
229
|
+
},
|
|
230
|
+
"httpproxy": {
|
|
231
|
+
"name": "httpproxy",
|
|
232
|
+
"types": [
|
|
233
|
+
"http proxy"
|
|
234
|
+
],
|
|
235
|
+
"enabled": true,
|
|
236
|
+
"local": false,
|
|
237
|
+
"user": false,
|
|
238
|
+
"module": "node-red",
|
|
239
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/06-httpproxy.js"
|
|
240
|
+
},
|
|
241
|
+
"mqtt": {
|
|
242
|
+
"name": "mqtt",
|
|
243
|
+
"types": [
|
|
244
|
+
"mqtt in",
|
|
245
|
+
"mqtt out",
|
|
246
|
+
"mqtt-broker"
|
|
247
|
+
],
|
|
248
|
+
"enabled": true,
|
|
249
|
+
"local": false,
|
|
250
|
+
"user": false,
|
|
251
|
+
"module": "node-red",
|
|
252
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/10-mqtt.js"
|
|
253
|
+
},
|
|
254
|
+
"httpin": {
|
|
255
|
+
"name": "httpin",
|
|
256
|
+
"types": [
|
|
257
|
+
"http in",
|
|
258
|
+
"http response"
|
|
259
|
+
],
|
|
260
|
+
"enabled": true,
|
|
261
|
+
"local": false,
|
|
262
|
+
"user": false,
|
|
263
|
+
"module": "node-red",
|
|
264
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/21-httpin.js"
|
|
265
|
+
},
|
|
266
|
+
"httprequest": {
|
|
267
|
+
"name": "httprequest",
|
|
268
|
+
"types": [
|
|
269
|
+
"http request"
|
|
270
|
+
],
|
|
271
|
+
"enabled": true,
|
|
272
|
+
"local": false,
|
|
273
|
+
"user": false,
|
|
274
|
+
"module": "node-red",
|
|
275
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/21-httprequest.js"
|
|
276
|
+
},
|
|
277
|
+
"websocket": {
|
|
278
|
+
"name": "websocket",
|
|
279
|
+
"types": [
|
|
280
|
+
"websocket in",
|
|
281
|
+
"websocket out",
|
|
282
|
+
"websocket-listener",
|
|
283
|
+
"websocket-client"
|
|
284
|
+
],
|
|
285
|
+
"enabled": true,
|
|
286
|
+
"local": false,
|
|
287
|
+
"user": false,
|
|
288
|
+
"module": "node-red",
|
|
289
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/22-websocket.js"
|
|
290
|
+
},
|
|
291
|
+
"tcpin": {
|
|
292
|
+
"name": "tcpin",
|
|
293
|
+
"types": [
|
|
294
|
+
"tcp in",
|
|
295
|
+
"tcp out",
|
|
296
|
+
"tcp request"
|
|
297
|
+
],
|
|
298
|
+
"enabled": true,
|
|
299
|
+
"local": false,
|
|
300
|
+
"user": false,
|
|
301
|
+
"module": "node-red",
|
|
302
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/31-tcpin.js"
|
|
303
|
+
},
|
|
304
|
+
"udp": {
|
|
305
|
+
"name": "udp",
|
|
306
|
+
"types": [
|
|
307
|
+
"udp in",
|
|
308
|
+
"udp out"
|
|
309
|
+
],
|
|
310
|
+
"enabled": true,
|
|
311
|
+
"local": false,
|
|
312
|
+
"user": false,
|
|
313
|
+
"module": "node-red",
|
|
314
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/32-udp.js"
|
|
315
|
+
},
|
|
316
|
+
"CSV": {
|
|
317
|
+
"name": "CSV",
|
|
318
|
+
"types": [
|
|
319
|
+
"csv"
|
|
320
|
+
],
|
|
321
|
+
"enabled": true,
|
|
322
|
+
"local": false,
|
|
323
|
+
"user": false,
|
|
324
|
+
"module": "node-red",
|
|
325
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-CSV.js"
|
|
326
|
+
},
|
|
327
|
+
"HTML": {
|
|
328
|
+
"name": "HTML",
|
|
329
|
+
"types": [
|
|
330
|
+
"html"
|
|
331
|
+
],
|
|
332
|
+
"enabled": true,
|
|
333
|
+
"local": false,
|
|
334
|
+
"user": false,
|
|
335
|
+
"module": "node-red",
|
|
336
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-HTML.js"
|
|
337
|
+
},
|
|
338
|
+
"JSON": {
|
|
339
|
+
"name": "JSON",
|
|
340
|
+
"types": [
|
|
341
|
+
"json"
|
|
342
|
+
],
|
|
343
|
+
"enabled": true,
|
|
344
|
+
"local": false,
|
|
345
|
+
"user": false,
|
|
346
|
+
"module": "node-red",
|
|
347
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-JSON.js"
|
|
348
|
+
},
|
|
349
|
+
"XML": {
|
|
350
|
+
"name": "XML",
|
|
351
|
+
"types": [
|
|
352
|
+
"xml"
|
|
353
|
+
],
|
|
354
|
+
"enabled": true,
|
|
355
|
+
"local": false,
|
|
356
|
+
"user": false,
|
|
357
|
+
"module": "node-red",
|
|
358
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-XML.js"
|
|
359
|
+
},
|
|
360
|
+
"YAML": {
|
|
361
|
+
"name": "YAML",
|
|
362
|
+
"types": [
|
|
363
|
+
"yaml"
|
|
364
|
+
],
|
|
365
|
+
"enabled": true,
|
|
366
|
+
"local": false,
|
|
367
|
+
"user": false,
|
|
368
|
+
"module": "node-red",
|
|
369
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-YAML.js"
|
|
370
|
+
},
|
|
371
|
+
"split": {
|
|
372
|
+
"name": "split",
|
|
373
|
+
"types": [
|
|
374
|
+
"split",
|
|
375
|
+
"join"
|
|
376
|
+
],
|
|
377
|
+
"enabled": true,
|
|
378
|
+
"local": false,
|
|
379
|
+
"user": false,
|
|
380
|
+
"module": "node-red",
|
|
381
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/17-split.js"
|
|
382
|
+
},
|
|
383
|
+
"sort": {
|
|
384
|
+
"name": "sort",
|
|
385
|
+
"types": [
|
|
386
|
+
"sort"
|
|
387
|
+
],
|
|
388
|
+
"enabled": true,
|
|
389
|
+
"local": false,
|
|
390
|
+
"user": false,
|
|
391
|
+
"module": "node-red",
|
|
392
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/18-sort.js"
|
|
393
|
+
},
|
|
394
|
+
"batch": {
|
|
395
|
+
"name": "batch",
|
|
396
|
+
"types": [
|
|
397
|
+
"batch"
|
|
398
|
+
],
|
|
399
|
+
"enabled": true,
|
|
400
|
+
"local": false,
|
|
401
|
+
"user": false,
|
|
402
|
+
"module": "node-red",
|
|
403
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/19-batch.js"
|
|
404
|
+
},
|
|
405
|
+
"file": {
|
|
406
|
+
"name": "file",
|
|
407
|
+
"types": [
|
|
408
|
+
"file",
|
|
409
|
+
"file in"
|
|
410
|
+
],
|
|
411
|
+
"enabled": true,
|
|
412
|
+
"local": false,
|
|
413
|
+
"user": false,
|
|
414
|
+
"module": "node-red",
|
|
415
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/storage/10-file.js"
|
|
416
|
+
},
|
|
417
|
+
"watch": {
|
|
418
|
+
"name": "watch",
|
|
419
|
+
"types": [
|
|
420
|
+
"watch"
|
|
421
|
+
],
|
|
422
|
+
"enabled": true,
|
|
423
|
+
"local": false,
|
|
424
|
+
"user": false,
|
|
425
|
+
"module": "node-red",
|
|
426
|
+
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/storage/23-watch.js"
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"@5minds/node-red-contrib-processcube-elasticsearch": {
|
|
431
|
+
"name": "@5minds/node-red-contrib-processcube-elasticsearch",
|
|
432
|
+
"version": "0.3.2",
|
|
433
|
+
"local": false,
|
|
434
|
+
"user": false,
|
|
435
|
+
"nodes": {
|
|
436
|
+
"elastic-search": {
|
|
437
|
+
"name": "elastic-search",
|
|
438
|
+
"types": [
|
|
439
|
+
"elastic-search"
|
|
440
|
+
],
|
|
441
|
+
"enabled": true,
|
|
442
|
+
"local": false,
|
|
443
|
+
"user": false,
|
|
444
|
+
"module": "@5minds/node-red-contrib-processcube-elasticsearch",
|
|
445
|
+
"file": "/usr/src/node-red/node_modules/@5minds/node-red-contrib-processcube-elasticsearch/elastic-search.js"
|
|
446
|
+
},
|
|
447
|
+
"elastic-search-logger": {
|
|
448
|
+
"name": "elastic-search-logger",
|
|
449
|
+
"types": [
|
|
450
|
+
"elastic-search-logger"
|
|
451
|
+
],
|
|
452
|
+
"enabled": true,
|
|
453
|
+
"local": false,
|
|
454
|
+
"user": false,
|
|
455
|
+
"module": "@5minds/node-red-contrib-processcube-elasticsearch",
|
|
456
|
+
"file": "/usr/src/node-red/node_modules/@5minds/node-red-contrib-processcube-elasticsearch/elastic-search-logger.js"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"admin": {
|
|
3
|
+
"editor": {
|
|
4
|
+
"view": {
|
|
5
|
+
"view-store-zoom": false,
|
|
6
|
+
"view-store-position": false,
|
|
7
|
+
"view-show-grid": true,
|
|
8
|
+
"view-snap-grid": true,
|
|
9
|
+
"view-grid-size": 20,
|
|
10
|
+
"view-node-status": true,
|
|
11
|
+
"view-node-show-label": true,
|
|
12
|
+
"view-show-tips": true,
|
|
13
|
+
"view-show-welcome-tours": true
|
|
14
|
+
},
|
|
15
|
+
"tours": {
|
|
16
|
+
"welcome": "4.0.8"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"_": {
|
|
21
|
+
"editor": {
|
|
22
|
+
"view": {
|
|
23
|
+
"view-store-zoom": false,
|
|
24
|
+
"view-store-position": false,
|
|
25
|
+
"view-show-grid": true,
|
|
26
|
+
"view-snap-grid": true,
|
|
27
|
+
"view-grid-size": 20,
|
|
28
|
+
"view-node-status": true,
|
|
29
|
+
"view-node-show-label": true,
|
|
30
|
+
"view-show-tips": true,
|
|
31
|
+
"view-show-welcome-tours": true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,759 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "7981e8890a543dd5",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "Elastic mit http-node",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": "",
|
|
8
|
+
"env": []
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "53b75a173ac5abcc",
|
|
12
|
+
"type": "tab",
|
|
13
|
+
"label": "Elasticsearch loggen",
|
|
14
|
+
"disabled": false,
|
|
15
|
+
"info": "",
|
|
16
|
+
"env": []
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "d35cb40208b209e1",
|
|
20
|
+
"type": "group",
|
|
21
|
+
"z": "7981e8890a543dd5",
|
|
22
|
+
"style": {
|
|
23
|
+
"stroke": "#999999",
|
|
24
|
+
"stroke-opacity": "1",
|
|
25
|
+
"fill": "none",
|
|
26
|
+
"fill-opacity": "1",
|
|
27
|
+
"label": true,
|
|
28
|
+
"label-position": "nw",
|
|
29
|
+
"color": "#a4a4a4"
|
|
30
|
+
},
|
|
31
|
+
"nodes": [
|
|
32
|
+
"95fa4d376d072354",
|
|
33
|
+
"42a913bcdf75d6df",
|
|
34
|
+
"016f7422ded25fac",
|
|
35
|
+
"d37c6c2e3f2fd13b"
|
|
36
|
+
],
|
|
37
|
+
"x": 34,
|
|
38
|
+
"y": 19,
|
|
39
|
+
"w": 532,
|
|
40
|
+
"h": 142
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "f8a26a09f7a6d0a0",
|
|
44
|
+
"type": "group",
|
|
45
|
+
"z": "7981e8890a543dd5",
|
|
46
|
+
"style": {
|
|
47
|
+
"stroke": "#999999",
|
|
48
|
+
"stroke-opacity": "1",
|
|
49
|
+
"fill": "none",
|
|
50
|
+
"fill-opacity": "1",
|
|
51
|
+
"label": true,
|
|
52
|
+
"label-position": "nw",
|
|
53
|
+
"color": "#a4a4a4"
|
|
54
|
+
},
|
|
55
|
+
"nodes": [
|
|
56
|
+
"b12198813a3a0d13",
|
|
57
|
+
"62dc26df1aa4b20e",
|
|
58
|
+
"66442d4d2da7b5f1",
|
|
59
|
+
"134d7c6559d92660"
|
|
60
|
+
],
|
|
61
|
+
"x": 34,
|
|
62
|
+
"y": 199,
|
|
63
|
+
"w": 532,
|
|
64
|
+
"h": 142
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "30a38c6b516da6aa",
|
|
68
|
+
"type": "group",
|
|
69
|
+
"z": "7981e8890a543dd5",
|
|
70
|
+
"style": {
|
|
71
|
+
"stroke": "#999999",
|
|
72
|
+
"stroke-opacity": "1",
|
|
73
|
+
"fill": "none",
|
|
74
|
+
"fill-opacity": "1",
|
|
75
|
+
"label": true,
|
|
76
|
+
"label-position": "nw",
|
|
77
|
+
"color": "#a4a4a4"
|
|
78
|
+
},
|
|
79
|
+
"nodes": [
|
|
80
|
+
"a94519a287ab5691",
|
|
81
|
+
"a03862d06661a1b7",
|
|
82
|
+
"baeec929489f719f",
|
|
83
|
+
"1b0fe91b9732028b"
|
|
84
|
+
],
|
|
85
|
+
"x": 34,
|
|
86
|
+
"y": 379,
|
|
87
|
+
"w": 532,
|
|
88
|
+
"h": 142
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "2c10f13d9bc5da5d",
|
|
92
|
+
"type": "group",
|
|
93
|
+
"z": "7981e8890a543dd5",
|
|
94
|
+
"style": {
|
|
95
|
+
"stroke": "#999999",
|
|
96
|
+
"stroke-opacity": "1",
|
|
97
|
+
"fill": "none",
|
|
98
|
+
"fill-opacity": "1",
|
|
99
|
+
"label": true,
|
|
100
|
+
"label-position": "nw",
|
|
101
|
+
"color": "#a4a4a4"
|
|
102
|
+
},
|
|
103
|
+
"nodes": [
|
|
104
|
+
"bb866b012afbc73c",
|
|
105
|
+
"860403e22a1eeb2d",
|
|
106
|
+
"209b9637f58048f7",
|
|
107
|
+
"59b75b9850eb2758"
|
|
108
|
+
],
|
|
109
|
+
"x": 34,
|
|
110
|
+
"y": 559,
|
|
111
|
+
"w": 532,
|
|
112
|
+
"h": 142
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "2b1466524ddc1c7a",
|
|
116
|
+
"type": "group",
|
|
117
|
+
"z": "7981e8890a543dd5",
|
|
118
|
+
"style": {
|
|
119
|
+
"stroke": "#999999",
|
|
120
|
+
"stroke-opacity": "1",
|
|
121
|
+
"fill": "none",
|
|
122
|
+
"fill-opacity": "1",
|
|
123
|
+
"label": true,
|
|
124
|
+
"label-position": "nw",
|
|
125
|
+
"color": "#a4a4a4"
|
|
126
|
+
},
|
|
127
|
+
"nodes": [
|
|
128
|
+
"59a83ed130f969e1",
|
|
129
|
+
"e0f27e32740dbc0b",
|
|
130
|
+
"a70abdea4c2bb1ee",
|
|
131
|
+
"c49afe4c415af8c8"
|
|
132
|
+
],
|
|
133
|
+
"x": 34,
|
|
134
|
+
"y": 739,
|
|
135
|
+
"w": 532,
|
|
136
|
+
"h": 142
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "38edcaecf5968ff5",
|
|
140
|
+
"type": "group",
|
|
141
|
+
"z": "53b75a173ac5abcc",
|
|
142
|
+
"style": {
|
|
143
|
+
"stroke": "#999999",
|
|
144
|
+
"stroke-opacity": "1",
|
|
145
|
+
"fill": "none",
|
|
146
|
+
"fill-opacity": "1",
|
|
147
|
+
"label": true,
|
|
148
|
+
"label-position": "nw",
|
|
149
|
+
"color": "#a4a4a4"
|
|
150
|
+
},
|
|
151
|
+
"nodes": [
|
|
152
|
+
"0b2f670fec931f5f",
|
|
153
|
+
"443b329ab591c4dd",
|
|
154
|
+
"f4a0d7de5d04c121",
|
|
155
|
+
"946add545fa1db9f",
|
|
156
|
+
"0c15060915aac994"
|
|
157
|
+
],
|
|
158
|
+
"x": 34,
|
|
159
|
+
"y": 19,
|
|
160
|
+
"w": 372,
|
|
161
|
+
"h": 202
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "4aae454884faa826",
|
|
165
|
+
"type": "group",
|
|
166
|
+
"z": "53b75a173ac5abcc",
|
|
167
|
+
"style": {
|
|
168
|
+
"stroke": "#999999",
|
|
169
|
+
"stroke-opacity": "1",
|
|
170
|
+
"fill": "none",
|
|
171
|
+
"fill-opacity": "1",
|
|
172
|
+
"label": true,
|
|
173
|
+
"label-position": "nw",
|
|
174
|
+
"color": "#a4a4a4"
|
|
175
|
+
},
|
|
176
|
+
"nodes": [
|
|
177
|
+
"f90f2ba54f023834",
|
|
178
|
+
"31dcfc340dae3780",
|
|
179
|
+
"59df2485b6c11412",
|
|
180
|
+
"b7af3faf5fc209b0",
|
|
181
|
+
"361a7b4182fb9167"
|
|
182
|
+
],
|
|
183
|
+
"x": 34,
|
|
184
|
+
"y": 259,
|
|
185
|
+
"w": 382,
|
|
186
|
+
"h": 202
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "e8672d361683672d",
|
|
190
|
+
"type": "elastic-search-logger",
|
|
191
|
+
"name": "Docker compose",
|
|
192
|
+
"url": "http://elasticsearch:9200",
|
|
193
|
+
"urlType": "str",
|
|
194
|
+
"usernameType": "str",
|
|
195
|
+
"passwordType": "str",
|
|
196
|
+
"indexType": "str",
|
|
197
|
+
"filename": "log-elastic.log",
|
|
198
|
+
"maxsize": 1,
|
|
199
|
+
"maxfiles": 2
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"id": "3667972f5cb77061",
|
|
203
|
+
"type": "elastic-search-logger",
|
|
204
|
+
"name": "Failed docker compose",
|
|
205
|
+
"url": "",
|
|
206
|
+
"urlType": "str",
|
|
207
|
+
"usernameType": "str",
|
|
208
|
+
"passwordType": "str",
|
|
209
|
+
"indexType": "str",
|
|
210
|
+
"filename": "log-elastic.log",
|
|
211
|
+
"maxsize": 1,
|
|
212
|
+
"maxfiles": 2
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "95fa4d376d072354",
|
|
216
|
+
"type": "http request",
|
|
217
|
+
"z": "7981e8890a543dd5",
|
|
218
|
+
"g": "d35cb40208b209e1",
|
|
219
|
+
"name": "",
|
|
220
|
+
"method": "GET",
|
|
221
|
+
"ret": "obj",
|
|
222
|
+
"paytoqs": "ignore",
|
|
223
|
+
"url": "http://elasticsearch:9200",
|
|
224
|
+
"tls": "",
|
|
225
|
+
"persist": false,
|
|
226
|
+
"proxy": "",
|
|
227
|
+
"insecureHTTPParser": false,
|
|
228
|
+
"authType": "basic",
|
|
229
|
+
"senderr": false,
|
|
230
|
+
"headers": [],
|
|
231
|
+
"x": 290,
|
|
232
|
+
"y": 120,
|
|
233
|
+
"wires": [
|
|
234
|
+
[
|
|
235
|
+
"42a913bcdf75d6df"
|
|
236
|
+
]
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "42a913bcdf75d6df",
|
|
241
|
+
"type": "debug",
|
|
242
|
+
"z": "7981e8890a543dd5",
|
|
243
|
+
"g": "d35cb40208b209e1",
|
|
244
|
+
"name": "debug 1",
|
|
245
|
+
"active": true,
|
|
246
|
+
"tosidebar": true,
|
|
247
|
+
"console": false,
|
|
248
|
+
"tostatus": false,
|
|
249
|
+
"complete": "false",
|
|
250
|
+
"statusVal": "",
|
|
251
|
+
"statusType": "auto",
|
|
252
|
+
"x": 460,
|
|
253
|
+
"y": 120,
|
|
254
|
+
"wires": []
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"id": "016f7422ded25fac",
|
|
258
|
+
"type": "inject",
|
|
259
|
+
"z": "7981e8890a543dd5",
|
|
260
|
+
"g": "d35cb40208b209e1",
|
|
261
|
+
"name": "",
|
|
262
|
+
"props": [],
|
|
263
|
+
"repeat": "",
|
|
264
|
+
"crontab": "",
|
|
265
|
+
"once": false,
|
|
266
|
+
"onceDelay": 0.1,
|
|
267
|
+
"topic": "",
|
|
268
|
+
"x": 130,
|
|
269
|
+
"y": 120,
|
|
270
|
+
"wires": [
|
|
271
|
+
[
|
|
272
|
+
"95fa4d376d072354"
|
|
273
|
+
]
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "b12198813a3a0d13",
|
|
278
|
+
"type": "inject",
|
|
279
|
+
"z": "7981e8890a543dd5",
|
|
280
|
+
"g": "f8a26a09f7a6d0a0",
|
|
281
|
+
"name": "",
|
|
282
|
+
"props": [],
|
|
283
|
+
"repeat": "",
|
|
284
|
+
"crontab": "",
|
|
285
|
+
"once": false,
|
|
286
|
+
"onceDelay": 0.1,
|
|
287
|
+
"topic": "",
|
|
288
|
+
"x": 130,
|
|
289
|
+
"y": 300,
|
|
290
|
+
"wires": [
|
|
291
|
+
[
|
|
292
|
+
"62dc26df1aa4b20e"
|
|
293
|
+
]
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "62dc26df1aa4b20e",
|
|
298
|
+
"type": "http request",
|
|
299
|
+
"z": "7981e8890a543dd5",
|
|
300
|
+
"g": "f8a26a09f7a6d0a0",
|
|
301
|
+
"name": "",
|
|
302
|
+
"method": "PUT",
|
|
303
|
+
"ret": "obj",
|
|
304
|
+
"paytoqs": "ignore",
|
|
305
|
+
"url": "http://elasticsearch:9200/my-index",
|
|
306
|
+
"tls": "",
|
|
307
|
+
"persist": false,
|
|
308
|
+
"proxy": "",
|
|
309
|
+
"insecureHTTPParser": false,
|
|
310
|
+
"authType": "",
|
|
311
|
+
"senderr": false,
|
|
312
|
+
"headers": [],
|
|
313
|
+
"x": 290,
|
|
314
|
+
"y": 300,
|
|
315
|
+
"wires": [
|
|
316
|
+
[
|
|
317
|
+
"66442d4d2da7b5f1"
|
|
318
|
+
]
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "66442d4d2da7b5f1",
|
|
323
|
+
"type": "debug",
|
|
324
|
+
"z": "7981e8890a543dd5",
|
|
325
|
+
"g": "f8a26a09f7a6d0a0",
|
|
326
|
+
"name": "debug 2",
|
|
327
|
+
"active": true,
|
|
328
|
+
"tosidebar": true,
|
|
329
|
+
"console": false,
|
|
330
|
+
"tostatus": false,
|
|
331
|
+
"complete": "false",
|
|
332
|
+
"statusVal": "",
|
|
333
|
+
"statusType": "auto",
|
|
334
|
+
"x": 460,
|
|
335
|
+
"y": 300,
|
|
336
|
+
"wires": []
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "d37c6c2e3f2fd13b",
|
|
340
|
+
"type": "comment",
|
|
341
|
+
"z": "7981e8890a543dd5",
|
|
342
|
+
"g": "d35cb40208b209e1",
|
|
343
|
+
"name": "Infos von ElasticSearch abfragen",
|
|
344
|
+
"info": "",
|
|
345
|
+
"x": 190,
|
|
346
|
+
"y": 60,
|
|
347
|
+
"wires": []
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": "134d7c6559d92660",
|
|
351
|
+
"type": "comment",
|
|
352
|
+
"z": "7981e8890a543dd5",
|
|
353
|
+
"g": "f8a26a09f7a6d0a0",
|
|
354
|
+
"name": "Index 'my-index' anlegen",
|
|
355
|
+
"info": "",
|
|
356
|
+
"x": 170,
|
|
357
|
+
"y": 240,
|
|
358
|
+
"wires": []
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": "a94519a287ab5691",
|
|
362
|
+
"type": "inject",
|
|
363
|
+
"z": "7981e8890a543dd5",
|
|
364
|
+
"g": "30a38c6b516da6aa",
|
|
365
|
+
"name": "",
|
|
366
|
+
"props": [],
|
|
367
|
+
"repeat": "",
|
|
368
|
+
"crontab": "",
|
|
369
|
+
"once": false,
|
|
370
|
+
"onceDelay": 0.1,
|
|
371
|
+
"topic": "",
|
|
372
|
+
"x": 130,
|
|
373
|
+
"y": 480,
|
|
374
|
+
"wires": [
|
|
375
|
+
[
|
|
376
|
+
"a03862d06661a1b7"
|
|
377
|
+
]
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "a03862d06661a1b7",
|
|
382
|
+
"type": "http request",
|
|
383
|
+
"z": "7981e8890a543dd5",
|
|
384
|
+
"g": "30a38c6b516da6aa",
|
|
385
|
+
"name": "",
|
|
386
|
+
"method": "DELETE",
|
|
387
|
+
"ret": "obj",
|
|
388
|
+
"paytoqs": "ignore",
|
|
389
|
+
"url": "http://elasticsearch:9200/my-index",
|
|
390
|
+
"tls": "",
|
|
391
|
+
"persist": false,
|
|
392
|
+
"proxy": "",
|
|
393
|
+
"insecureHTTPParser": false,
|
|
394
|
+
"authType": "",
|
|
395
|
+
"senderr": false,
|
|
396
|
+
"headers": [],
|
|
397
|
+
"x": 290,
|
|
398
|
+
"y": 480,
|
|
399
|
+
"wires": [
|
|
400
|
+
[
|
|
401
|
+
"baeec929489f719f"
|
|
402
|
+
]
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"id": "baeec929489f719f",
|
|
407
|
+
"type": "debug",
|
|
408
|
+
"z": "7981e8890a543dd5",
|
|
409
|
+
"g": "30a38c6b516da6aa",
|
|
410
|
+
"name": "debug 3",
|
|
411
|
+
"active": true,
|
|
412
|
+
"tosidebar": true,
|
|
413
|
+
"console": false,
|
|
414
|
+
"tostatus": false,
|
|
415
|
+
"complete": "false",
|
|
416
|
+
"statusVal": "",
|
|
417
|
+
"statusType": "auto",
|
|
418
|
+
"x": 460,
|
|
419
|
+
"y": 480,
|
|
420
|
+
"wires": []
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"id": "1b0fe91b9732028b",
|
|
424
|
+
"type": "comment",
|
|
425
|
+
"z": "7981e8890a543dd5",
|
|
426
|
+
"g": "30a38c6b516da6aa",
|
|
427
|
+
"name": "Index 'my-index' löschen",
|
|
428
|
+
"info": "",
|
|
429
|
+
"x": 170,
|
|
430
|
+
"y": 420,
|
|
431
|
+
"wires": []
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": "bb866b012afbc73c",
|
|
435
|
+
"type": "inject",
|
|
436
|
+
"z": "7981e8890a543dd5",
|
|
437
|
+
"g": "2c10f13d9bc5da5d",
|
|
438
|
+
"name": "",
|
|
439
|
+
"props": [
|
|
440
|
+
{
|
|
441
|
+
"p": "payload"
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"repeat": "",
|
|
445
|
+
"crontab": "",
|
|
446
|
+
"once": false,
|
|
447
|
+
"onceDelay": 0.1,
|
|
448
|
+
"topic": "",
|
|
449
|
+
"payload": "{\"name\":\"ProcessCube\",\"since\":2009,\"email\":\"processcube@5minds.de\"}",
|
|
450
|
+
"payloadType": "json",
|
|
451
|
+
"x": 130,
|
|
452
|
+
"y": 660,
|
|
453
|
+
"wires": [
|
|
454
|
+
[
|
|
455
|
+
"860403e22a1eeb2d"
|
|
456
|
+
]
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "860403e22a1eeb2d",
|
|
461
|
+
"type": "http request",
|
|
462
|
+
"z": "7981e8890a543dd5",
|
|
463
|
+
"g": "2c10f13d9bc5da5d",
|
|
464
|
+
"name": "",
|
|
465
|
+
"method": "POST",
|
|
466
|
+
"ret": "obj",
|
|
467
|
+
"paytoqs": "ignore",
|
|
468
|
+
"url": "http://elasticsearch:9200/my-index/_doc",
|
|
469
|
+
"tls": "",
|
|
470
|
+
"persist": false,
|
|
471
|
+
"proxy": "",
|
|
472
|
+
"insecureHTTPParser": false,
|
|
473
|
+
"authType": "",
|
|
474
|
+
"senderr": false,
|
|
475
|
+
"headers": [
|
|
476
|
+
{
|
|
477
|
+
"keyType": "other",
|
|
478
|
+
"keyValue": "Content-Type",
|
|
479
|
+
"valueType": "other",
|
|
480
|
+
"valueValue": "application/json"
|
|
481
|
+
}
|
|
482
|
+
],
|
|
483
|
+
"x": 290,
|
|
484
|
+
"y": 660,
|
|
485
|
+
"wires": [
|
|
486
|
+
[
|
|
487
|
+
"209b9637f58048f7"
|
|
488
|
+
]
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "209b9637f58048f7",
|
|
493
|
+
"type": "debug",
|
|
494
|
+
"z": "7981e8890a543dd5",
|
|
495
|
+
"g": "2c10f13d9bc5da5d",
|
|
496
|
+
"name": "debug 4",
|
|
497
|
+
"active": true,
|
|
498
|
+
"tosidebar": true,
|
|
499
|
+
"console": false,
|
|
500
|
+
"tostatus": false,
|
|
501
|
+
"complete": "false",
|
|
502
|
+
"statusVal": "",
|
|
503
|
+
"statusType": "auto",
|
|
504
|
+
"x": 460,
|
|
505
|
+
"y": 660,
|
|
506
|
+
"wires": []
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "59b75b9850eb2758",
|
|
510
|
+
"type": "comment",
|
|
511
|
+
"z": "7981e8890a543dd5",
|
|
512
|
+
"g": "2c10f13d9bc5da5d",
|
|
513
|
+
"name": "Im Index 'my-index' eintragen",
|
|
514
|
+
"info": "",
|
|
515
|
+
"x": 180,
|
|
516
|
+
"y": 600,
|
|
517
|
+
"wires": []
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"id": "59a83ed130f969e1",
|
|
521
|
+
"type": "inject",
|
|
522
|
+
"z": "7981e8890a543dd5",
|
|
523
|
+
"g": "2b1466524ddc1c7a",
|
|
524
|
+
"name": "",
|
|
525
|
+
"props": [],
|
|
526
|
+
"repeat": "",
|
|
527
|
+
"crontab": "",
|
|
528
|
+
"once": false,
|
|
529
|
+
"onceDelay": 0.1,
|
|
530
|
+
"topic": "",
|
|
531
|
+
"x": 130,
|
|
532
|
+
"y": 840,
|
|
533
|
+
"wires": [
|
|
534
|
+
[
|
|
535
|
+
"e0f27e32740dbc0b"
|
|
536
|
+
]
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "e0f27e32740dbc0b",
|
|
541
|
+
"type": "http request",
|
|
542
|
+
"z": "7981e8890a543dd5",
|
|
543
|
+
"g": "2b1466524ddc1c7a",
|
|
544
|
+
"name": "",
|
|
545
|
+
"method": "GET",
|
|
546
|
+
"ret": "obj",
|
|
547
|
+
"paytoqs": "ignore",
|
|
548
|
+
"url": "http://elasticsearch:9200/my-index/_search",
|
|
549
|
+
"tls": "",
|
|
550
|
+
"persist": false,
|
|
551
|
+
"proxy": "",
|
|
552
|
+
"insecureHTTPParser": false,
|
|
553
|
+
"authType": "",
|
|
554
|
+
"senderr": false,
|
|
555
|
+
"headers": [],
|
|
556
|
+
"x": 290,
|
|
557
|
+
"y": 840,
|
|
558
|
+
"wires": [
|
|
559
|
+
[
|
|
560
|
+
"a70abdea4c2bb1ee"
|
|
561
|
+
]
|
|
562
|
+
]
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "a70abdea4c2bb1ee",
|
|
566
|
+
"type": "debug",
|
|
567
|
+
"z": "7981e8890a543dd5",
|
|
568
|
+
"g": "2b1466524ddc1c7a",
|
|
569
|
+
"name": "debug 5",
|
|
570
|
+
"active": true,
|
|
571
|
+
"tosidebar": true,
|
|
572
|
+
"console": false,
|
|
573
|
+
"tostatus": false,
|
|
574
|
+
"complete": "false",
|
|
575
|
+
"statusVal": "",
|
|
576
|
+
"statusType": "auto",
|
|
577
|
+
"x": 460,
|
|
578
|
+
"y": 840,
|
|
579
|
+
"wires": []
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "c49afe4c415af8c8",
|
|
583
|
+
"type": "comment",
|
|
584
|
+
"z": "7981e8890a543dd5",
|
|
585
|
+
"g": "2b1466524ddc1c7a",
|
|
586
|
+
"name": "Index 'my-index' anzeigen",
|
|
587
|
+
"info": "",
|
|
588
|
+
"x": 170,
|
|
589
|
+
"y": 780,
|
|
590
|
+
"wires": []
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"id": "0b2f670fec931f5f",
|
|
594
|
+
"type": "elastic-search",
|
|
595
|
+
"z": "53b75a173ac5abcc",
|
|
596
|
+
"g": "38edcaecf5968ff5",
|
|
597
|
+
"name": "",
|
|
598
|
+
"logger": "e8672d361683672d",
|
|
599
|
+
"complete": "payload",
|
|
600
|
+
"loglevel": "Debug",
|
|
601
|
+
"x": 300,
|
|
602
|
+
"y": 120,
|
|
603
|
+
"wires": []
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"id": "443b329ab591c4dd",
|
|
607
|
+
"type": "inject",
|
|
608
|
+
"z": "53b75a173ac5abcc",
|
|
609
|
+
"g": "38edcaecf5968ff5",
|
|
610
|
+
"name": "",
|
|
611
|
+
"props": [
|
|
612
|
+
{
|
|
613
|
+
"p": "payload"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"repeat": "",
|
|
617
|
+
"crontab": "",
|
|
618
|
+
"once": false,
|
|
619
|
+
"onceDelay": 0.1,
|
|
620
|
+
"topic": "",
|
|
621
|
+
"payload": "{\"message\":\"hello world\"}",
|
|
622
|
+
"payloadType": "json",
|
|
623
|
+
"x": 130,
|
|
624
|
+
"y": 120,
|
|
625
|
+
"wires": [
|
|
626
|
+
[
|
|
627
|
+
"0b2f670fec931f5f"
|
|
628
|
+
]
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"id": "f4a0d7de5d04c121",
|
|
633
|
+
"type": "comment",
|
|
634
|
+
"z": "53b75a173ac5abcc",
|
|
635
|
+
"g": "38edcaecf5968ff5",
|
|
636
|
+
"name": "Handle log",
|
|
637
|
+
"info": "",
|
|
638
|
+
"x": 120,
|
|
639
|
+
"y": 60,
|
|
640
|
+
"wires": []
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "946add545fa1db9f",
|
|
644
|
+
"type": "catch",
|
|
645
|
+
"z": "53b75a173ac5abcc",
|
|
646
|
+
"g": "38edcaecf5968ff5",
|
|
647
|
+
"name": "",
|
|
648
|
+
"scope": null,
|
|
649
|
+
"uncaught": false,
|
|
650
|
+
"x": 120,
|
|
651
|
+
"y": 180,
|
|
652
|
+
"wires": [
|
|
653
|
+
[
|
|
654
|
+
"0c15060915aac994"
|
|
655
|
+
]
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"id": "0c15060915aac994",
|
|
660
|
+
"type": "debug",
|
|
661
|
+
"z": "53b75a173ac5abcc",
|
|
662
|
+
"g": "38edcaecf5968ff5",
|
|
663
|
+
"name": "error",
|
|
664
|
+
"active": true,
|
|
665
|
+
"tosidebar": true,
|
|
666
|
+
"console": false,
|
|
667
|
+
"tostatus": false,
|
|
668
|
+
"complete": "true",
|
|
669
|
+
"targetType": "full",
|
|
670
|
+
"statusVal": "",
|
|
671
|
+
"statusType": "auto",
|
|
672
|
+
"x": 270,
|
|
673
|
+
"y": 180,
|
|
674
|
+
"wires": []
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"id": "f90f2ba54f023834",
|
|
678
|
+
"type": "elastic-search",
|
|
679
|
+
"z": "53b75a173ac5abcc",
|
|
680
|
+
"g": "4aae454884faa826",
|
|
681
|
+
"name": "",
|
|
682
|
+
"logger": "3667972f5cb77061",
|
|
683
|
+
"complete": "payload",
|
|
684
|
+
"loglevel": "Debug",
|
|
685
|
+
"x": 300,
|
|
686
|
+
"y": 360,
|
|
687
|
+
"wires": []
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "31dcfc340dae3780",
|
|
691
|
+
"type": "inject",
|
|
692
|
+
"z": "53b75a173ac5abcc",
|
|
693
|
+
"g": "4aae454884faa826",
|
|
694
|
+
"name": "",
|
|
695
|
+
"props": [
|
|
696
|
+
{
|
|
697
|
+
"p": "payload"
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"repeat": "",
|
|
701
|
+
"crontab": "",
|
|
702
|
+
"once": false,
|
|
703
|
+
"onceDelay": 0.1,
|
|
704
|
+
"topic": "",
|
|
705
|
+
"payload": "{\"message\":\"hello world\"}",
|
|
706
|
+
"payloadType": "json",
|
|
707
|
+
"x": 130,
|
|
708
|
+
"y": 360,
|
|
709
|
+
"wires": [
|
|
710
|
+
[
|
|
711
|
+
"f90f2ba54f023834"
|
|
712
|
+
]
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"id": "59df2485b6c11412",
|
|
717
|
+
"type": "comment",
|
|
718
|
+
"z": "53b75a173ac5abcc",
|
|
719
|
+
"g": "4aae454884faa826",
|
|
720
|
+
"name": "Handle failed log",
|
|
721
|
+
"info": "",
|
|
722
|
+
"x": 140,
|
|
723
|
+
"y": 300,
|
|
724
|
+
"wires": []
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"id": "b7af3faf5fc209b0",
|
|
728
|
+
"type": "catch",
|
|
729
|
+
"z": "53b75a173ac5abcc",
|
|
730
|
+
"g": "4aae454884faa826",
|
|
731
|
+
"name": "",
|
|
732
|
+
"scope": null,
|
|
733
|
+
"uncaught": false,
|
|
734
|
+
"x": 120,
|
|
735
|
+
"y": 420,
|
|
736
|
+
"wires": [
|
|
737
|
+
[
|
|
738
|
+
"361a7b4182fb9167"
|
|
739
|
+
]
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"id": "361a7b4182fb9167",
|
|
744
|
+
"type": "debug",
|
|
745
|
+
"z": "53b75a173ac5abcc",
|
|
746
|
+
"g": "4aae454884faa826",
|
|
747
|
+
"name": "debug 6",
|
|
748
|
+
"active": true,
|
|
749
|
+
"tosidebar": true,
|
|
750
|
+
"console": false,
|
|
751
|
+
"tostatus": false,
|
|
752
|
+
"complete": "false",
|
|
753
|
+
"statusVal": "",
|
|
754
|
+
"statusType": "auto",
|
|
755
|
+
"x": 310,
|
|
756
|
+
"y": 420,
|
|
757
|
+
"wires": []
|
|
758
|
+
}
|
|
759
|
+
]
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"once": false,
|
|
617
617
|
"onceDelay": 0.1,
|
|
618
618
|
"topic": "",
|
|
619
|
-
"payload": "{\"message\":\"hello world\"
|
|
619
|
+
"payload": "{\"message\":\"hello world\"}",
|
|
620
620
|
"payloadType": "json",
|
|
621
621
|
"x": 130,
|
|
622
622
|
"y": 120,
|
|
File without changes
|
package/package.json
CHANGED