@5minds/node-red-contrib-processcube-elasticsearch 0.3.3-feature-ed2d61-m66bsfzh → 0.3.3-feature-6d666d-m66j64bn
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 +460 -0
- package/.processcube/nodered/.config.nodes.json.backup +460 -0
- package/.processcube/nodered/.config.runtime.json +3 -0
- package/.processcube/nodered/.config.runtime.json.backup +4 -0
- package/.processcube/nodered/.config.users.json +38 -0
- package/.processcube/nodered/.config.users.json.backup +35 -0
- package/.processcube/nodered/.flows.json.backup +566 -0
- package/.processcube/nodered/.flows_cred.json.backup +3 -0
- package/.processcube/nodered/.sessions.json +1 -0
- package/.processcube/nodered/config.js +20 -0
- package/.processcube/nodered/flows.json +566 -0
- package/.processcube/nodered/flows_cred.json +3 -0
- package/.processcube/nodered/node-red-contrib-processcube-flows.json +0 -0
- package/.processcube/nodered/package.json +13 -0
- package/.processcube/nodered/settings.js +593 -0
- package/Dockerfile +15 -0
- package/docker-compose.yml +38 -0
- package/elastic-search-logger.js +83 -52
- package/elastic-search.html +2 -2
- package/elastic-search.js +6 -4
- package/package.json +1 -1
|
@@ -0,0 +1,566 @@
|
|
|
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": "e8672d361683672d",
|
|
140
|
+
"type": "elastic-search-logger",
|
|
141
|
+
"name": "Docker compose",
|
|
142
|
+
"url": "http://elasticsearch:9200",
|
|
143
|
+
"urlType": "str",
|
|
144
|
+
"usernameType": "str",
|
|
145
|
+
"passwordType": "str",
|
|
146
|
+
"indexType": "str",
|
|
147
|
+
"filename": "log-elastic.log",
|
|
148
|
+
"maxsize": 1,
|
|
149
|
+
"maxfiles": 2
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "95fa4d376d072354",
|
|
153
|
+
"type": "http request",
|
|
154
|
+
"z": "7981e8890a543dd5",
|
|
155
|
+
"g": "d35cb40208b209e1",
|
|
156
|
+
"name": "",
|
|
157
|
+
"method": "GET",
|
|
158
|
+
"ret": "obj",
|
|
159
|
+
"paytoqs": "ignore",
|
|
160
|
+
"url": "http://elasticsearch:9200",
|
|
161
|
+
"tls": "",
|
|
162
|
+
"persist": false,
|
|
163
|
+
"proxy": "",
|
|
164
|
+
"insecureHTTPParser": false,
|
|
165
|
+
"authType": "basic",
|
|
166
|
+
"senderr": false,
|
|
167
|
+
"headers": [],
|
|
168
|
+
"x": 290,
|
|
169
|
+
"y": 120,
|
|
170
|
+
"wires": [
|
|
171
|
+
[
|
|
172
|
+
"42a913bcdf75d6df"
|
|
173
|
+
]
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "42a913bcdf75d6df",
|
|
178
|
+
"type": "debug",
|
|
179
|
+
"z": "7981e8890a543dd5",
|
|
180
|
+
"g": "d35cb40208b209e1",
|
|
181
|
+
"name": "debug 1",
|
|
182
|
+
"active": true,
|
|
183
|
+
"tosidebar": true,
|
|
184
|
+
"console": false,
|
|
185
|
+
"tostatus": false,
|
|
186
|
+
"complete": "false",
|
|
187
|
+
"statusVal": "",
|
|
188
|
+
"statusType": "auto",
|
|
189
|
+
"x": 460,
|
|
190
|
+
"y": 120,
|
|
191
|
+
"wires": []
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"id": "016f7422ded25fac",
|
|
195
|
+
"type": "inject",
|
|
196
|
+
"z": "7981e8890a543dd5",
|
|
197
|
+
"g": "d35cb40208b209e1",
|
|
198
|
+
"name": "",
|
|
199
|
+
"props": [],
|
|
200
|
+
"repeat": "",
|
|
201
|
+
"crontab": "",
|
|
202
|
+
"once": false,
|
|
203
|
+
"onceDelay": 0.1,
|
|
204
|
+
"topic": "",
|
|
205
|
+
"x": 130,
|
|
206
|
+
"y": 120,
|
|
207
|
+
"wires": [
|
|
208
|
+
[
|
|
209
|
+
"95fa4d376d072354"
|
|
210
|
+
]
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"id": "b12198813a3a0d13",
|
|
215
|
+
"type": "inject",
|
|
216
|
+
"z": "7981e8890a543dd5",
|
|
217
|
+
"g": "f8a26a09f7a6d0a0",
|
|
218
|
+
"name": "",
|
|
219
|
+
"props": [],
|
|
220
|
+
"repeat": "",
|
|
221
|
+
"crontab": "",
|
|
222
|
+
"once": false,
|
|
223
|
+
"onceDelay": 0.1,
|
|
224
|
+
"topic": "",
|
|
225
|
+
"x": 130,
|
|
226
|
+
"y": 300,
|
|
227
|
+
"wires": [
|
|
228
|
+
[
|
|
229
|
+
"62dc26df1aa4b20e"
|
|
230
|
+
]
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"id": "62dc26df1aa4b20e",
|
|
235
|
+
"type": "http request",
|
|
236
|
+
"z": "7981e8890a543dd5",
|
|
237
|
+
"g": "f8a26a09f7a6d0a0",
|
|
238
|
+
"name": "",
|
|
239
|
+
"method": "PUT",
|
|
240
|
+
"ret": "obj",
|
|
241
|
+
"paytoqs": "ignore",
|
|
242
|
+
"url": "http://elasticsearch:9200/my-index",
|
|
243
|
+
"tls": "",
|
|
244
|
+
"persist": false,
|
|
245
|
+
"proxy": "",
|
|
246
|
+
"insecureHTTPParser": false,
|
|
247
|
+
"authType": "",
|
|
248
|
+
"senderr": false,
|
|
249
|
+
"headers": [],
|
|
250
|
+
"x": 290,
|
|
251
|
+
"y": 300,
|
|
252
|
+
"wires": [
|
|
253
|
+
[
|
|
254
|
+
"66442d4d2da7b5f1"
|
|
255
|
+
]
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "66442d4d2da7b5f1",
|
|
260
|
+
"type": "debug",
|
|
261
|
+
"z": "7981e8890a543dd5",
|
|
262
|
+
"g": "f8a26a09f7a6d0a0",
|
|
263
|
+
"name": "debug 2",
|
|
264
|
+
"active": true,
|
|
265
|
+
"tosidebar": true,
|
|
266
|
+
"console": false,
|
|
267
|
+
"tostatus": false,
|
|
268
|
+
"complete": "false",
|
|
269
|
+
"statusVal": "",
|
|
270
|
+
"statusType": "auto",
|
|
271
|
+
"x": 460,
|
|
272
|
+
"y": 300,
|
|
273
|
+
"wires": []
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "d37c6c2e3f2fd13b",
|
|
277
|
+
"type": "comment",
|
|
278
|
+
"z": "7981e8890a543dd5",
|
|
279
|
+
"g": "d35cb40208b209e1",
|
|
280
|
+
"name": "Infos von ElasticSearch abfragen",
|
|
281
|
+
"info": "",
|
|
282
|
+
"x": 190,
|
|
283
|
+
"y": 60,
|
|
284
|
+
"wires": []
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "134d7c6559d92660",
|
|
288
|
+
"type": "comment",
|
|
289
|
+
"z": "7981e8890a543dd5",
|
|
290
|
+
"g": "f8a26a09f7a6d0a0",
|
|
291
|
+
"name": "Index 'my-index' anlegen",
|
|
292
|
+
"info": "",
|
|
293
|
+
"x": 170,
|
|
294
|
+
"y": 240,
|
|
295
|
+
"wires": []
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": "a94519a287ab5691",
|
|
299
|
+
"type": "inject",
|
|
300
|
+
"z": "7981e8890a543dd5",
|
|
301
|
+
"g": "30a38c6b516da6aa",
|
|
302
|
+
"name": "",
|
|
303
|
+
"props": [],
|
|
304
|
+
"repeat": "",
|
|
305
|
+
"crontab": "",
|
|
306
|
+
"once": false,
|
|
307
|
+
"onceDelay": 0.1,
|
|
308
|
+
"topic": "",
|
|
309
|
+
"x": 130,
|
|
310
|
+
"y": 480,
|
|
311
|
+
"wires": [
|
|
312
|
+
[
|
|
313
|
+
"a03862d06661a1b7"
|
|
314
|
+
]
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": "a03862d06661a1b7",
|
|
319
|
+
"type": "http request",
|
|
320
|
+
"z": "7981e8890a543dd5",
|
|
321
|
+
"g": "30a38c6b516da6aa",
|
|
322
|
+
"name": "",
|
|
323
|
+
"method": "DELETE",
|
|
324
|
+
"ret": "obj",
|
|
325
|
+
"paytoqs": "ignore",
|
|
326
|
+
"url": "http://elasticsearch:9200/my-index",
|
|
327
|
+
"tls": "",
|
|
328
|
+
"persist": false,
|
|
329
|
+
"proxy": "",
|
|
330
|
+
"insecureHTTPParser": false,
|
|
331
|
+
"authType": "",
|
|
332
|
+
"senderr": false,
|
|
333
|
+
"headers": [],
|
|
334
|
+
"x": 290,
|
|
335
|
+
"y": 480,
|
|
336
|
+
"wires": [
|
|
337
|
+
[
|
|
338
|
+
"baeec929489f719f"
|
|
339
|
+
]
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": "baeec929489f719f",
|
|
344
|
+
"type": "debug",
|
|
345
|
+
"z": "7981e8890a543dd5",
|
|
346
|
+
"g": "30a38c6b516da6aa",
|
|
347
|
+
"name": "debug 3",
|
|
348
|
+
"active": true,
|
|
349
|
+
"tosidebar": true,
|
|
350
|
+
"console": false,
|
|
351
|
+
"tostatus": false,
|
|
352
|
+
"complete": "false",
|
|
353
|
+
"statusVal": "",
|
|
354
|
+
"statusType": "auto",
|
|
355
|
+
"x": 460,
|
|
356
|
+
"y": 480,
|
|
357
|
+
"wires": []
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "1b0fe91b9732028b",
|
|
361
|
+
"type": "comment",
|
|
362
|
+
"z": "7981e8890a543dd5",
|
|
363
|
+
"g": "30a38c6b516da6aa",
|
|
364
|
+
"name": "Index 'my-index' löschen",
|
|
365
|
+
"info": "",
|
|
366
|
+
"x": 170,
|
|
367
|
+
"y": 420,
|
|
368
|
+
"wires": []
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "bb866b012afbc73c",
|
|
372
|
+
"type": "inject",
|
|
373
|
+
"z": "7981e8890a543dd5",
|
|
374
|
+
"g": "2c10f13d9bc5da5d",
|
|
375
|
+
"name": "",
|
|
376
|
+
"props": [
|
|
377
|
+
{
|
|
378
|
+
"p": "payload"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"repeat": "",
|
|
382
|
+
"crontab": "",
|
|
383
|
+
"once": false,
|
|
384
|
+
"onceDelay": 0.1,
|
|
385
|
+
"topic": "",
|
|
386
|
+
"payload": "{\"name\":\"ProcessCube\",\"since\":2009,\"email\":\"processcube@5minds.de\"}",
|
|
387
|
+
"payloadType": "json",
|
|
388
|
+
"x": 130,
|
|
389
|
+
"y": 660,
|
|
390
|
+
"wires": [
|
|
391
|
+
[
|
|
392
|
+
"860403e22a1eeb2d"
|
|
393
|
+
]
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": "860403e22a1eeb2d",
|
|
398
|
+
"type": "http request",
|
|
399
|
+
"z": "7981e8890a543dd5",
|
|
400
|
+
"g": "2c10f13d9bc5da5d",
|
|
401
|
+
"name": "",
|
|
402
|
+
"method": "POST",
|
|
403
|
+
"ret": "obj",
|
|
404
|
+
"paytoqs": "ignore",
|
|
405
|
+
"url": "http://elasticsearch:9200/my-index/_doc",
|
|
406
|
+
"tls": "",
|
|
407
|
+
"persist": false,
|
|
408
|
+
"proxy": "",
|
|
409
|
+
"insecureHTTPParser": false,
|
|
410
|
+
"authType": "",
|
|
411
|
+
"senderr": false,
|
|
412
|
+
"headers": [
|
|
413
|
+
{
|
|
414
|
+
"keyType": "other",
|
|
415
|
+
"keyValue": "Content-Type",
|
|
416
|
+
"valueType": "other",
|
|
417
|
+
"valueValue": "application/json"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"x": 290,
|
|
421
|
+
"y": 660,
|
|
422
|
+
"wires": [
|
|
423
|
+
[
|
|
424
|
+
"209b9637f58048f7"
|
|
425
|
+
]
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"id": "209b9637f58048f7",
|
|
430
|
+
"type": "debug",
|
|
431
|
+
"z": "7981e8890a543dd5",
|
|
432
|
+
"g": "2c10f13d9bc5da5d",
|
|
433
|
+
"name": "debug 4",
|
|
434
|
+
"active": true,
|
|
435
|
+
"tosidebar": true,
|
|
436
|
+
"console": false,
|
|
437
|
+
"tostatus": false,
|
|
438
|
+
"complete": "false",
|
|
439
|
+
"statusVal": "",
|
|
440
|
+
"statusType": "auto",
|
|
441
|
+
"x": 460,
|
|
442
|
+
"y": 660,
|
|
443
|
+
"wires": []
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "59b75b9850eb2758",
|
|
447
|
+
"type": "comment",
|
|
448
|
+
"z": "7981e8890a543dd5",
|
|
449
|
+
"g": "2c10f13d9bc5da5d",
|
|
450
|
+
"name": "Im Index 'my-index' eintragen",
|
|
451
|
+
"info": "",
|
|
452
|
+
"x": 180,
|
|
453
|
+
"y": 600,
|
|
454
|
+
"wires": []
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "59a83ed130f969e1",
|
|
458
|
+
"type": "inject",
|
|
459
|
+
"z": "7981e8890a543dd5",
|
|
460
|
+
"g": "2b1466524ddc1c7a",
|
|
461
|
+
"name": "",
|
|
462
|
+
"props": [],
|
|
463
|
+
"repeat": "",
|
|
464
|
+
"crontab": "",
|
|
465
|
+
"once": false,
|
|
466
|
+
"onceDelay": 0.1,
|
|
467
|
+
"topic": "",
|
|
468
|
+
"x": 130,
|
|
469
|
+
"y": 840,
|
|
470
|
+
"wires": [
|
|
471
|
+
[
|
|
472
|
+
"e0f27e32740dbc0b"
|
|
473
|
+
]
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"id": "e0f27e32740dbc0b",
|
|
478
|
+
"type": "http request",
|
|
479
|
+
"z": "7981e8890a543dd5",
|
|
480
|
+
"g": "2b1466524ddc1c7a",
|
|
481
|
+
"name": "",
|
|
482
|
+
"method": "GET",
|
|
483
|
+
"ret": "obj",
|
|
484
|
+
"paytoqs": "ignore",
|
|
485
|
+
"url": "http://elasticsearch:9200/my-index/_search",
|
|
486
|
+
"tls": "",
|
|
487
|
+
"persist": false,
|
|
488
|
+
"proxy": "",
|
|
489
|
+
"insecureHTTPParser": false,
|
|
490
|
+
"authType": "",
|
|
491
|
+
"senderr": false,
|
|
492
|
+
"headers": [],
|
|
493
|
+
"x": 290,
|
|
494
|
+
"y": 840,
|
|
495
|
+
"wires": [
|
|
496
|
+
[
|
|
497
|
+
"a70abdea4c2bb1ee"
|
|
498
|
+
]
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"id": "a70abdea4c2bb1ee",
|
|
503
|
+
"type": "debug",
|
|
504
|
+
"z": "7981e8890a543dd5",
|
|
505
|
+
"g": "2b1466524ddc1c7a",
|
|
506
|
+
"name": "debug 5",
|
|
507
|
+
"active": true,
|
|
508
|
+
"tosidebar": true,
|
|
509
|
+
"console": false,
|
|
510
|
+
"tostatus": false,
|
|
511
|
+
"complete": "false",
|
|
512
|
+
"statusVal": "",
|
|
513
|
+
"statusType": "auto",
|
|
514
|
+
"x": 460,
|
|
515
|
+
"y": 840,
|
|
516
|
+
"wires": []
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "c49afe4c415af8c8",
|
|
520
|
+
"type": "comment",
|
|
521
|
+
"z": "7981e8890a543dd5",
|
|
522
|
+
"g": "2b1466524ddc1c7a",
|
|
523
|
+
"name": "Index 'my-index' anzeigen",
|
|
524
|
+
"info": "",
|
|
525
|
+
"x": 170,
|
|
526
|
+
"y": 780,
|
|
527
|
+
"wires": []
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"id": "0b2f670fec931f5f",
|
|
531
|
+
"type": "elastic-search",
|
|
532
|
+
"z": "53b75a173ac5abcc",
|
|
533
|
+
"name": "",
|
|
534
|
+
"logger": "e8672d361683672d",
|
|
535
|
+
"complete": "payload",
|
|
536
|
+
"loglevel": "Debug",
|
|
537
|
+
"x": 320,
|
|
538
|
+
"y": 100,
|
|
539
|
+
"wires": []
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "443b329ab591c4dd",
|
|
543
|
+
"type": "inject",
|
|
544
|
+
"z": "53b75a173ac5abcc",
|
|
545
|
+
"name": "",
|
|
546
|
+
"props": [
|
|
547
|
+
{
|
|
548
|
+
"p": "payload"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"repeat": "",
|
|
552
|
+
"crontab": "",
|
|
553
|
+
"once": false,
|
|
554
|
+
"onceDelay": 0.1,
|
|
555
|
+
"topic": "",
|
|
556
|
+
"payload": "{\"message\":\"hello world\"}",
|
|
557
|
+
"payloadType": "json",
|
|
558
|
+
"x": 130,
|
|
559
|
+
"y": 100,
|
|
560
|
+
"wires": [
|
|
561
|
+
[
|
|
562
|
+
"0b2f670fec931f5f"
|
|
563
|
+
]
|
|
564
|
+
]
|
|
565
|
+
}
|
|
566
|
+
]
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "node-red-project",
|
|
3
|
+
"description": "A Node-RED Project",
|
|
4
|
+
"version": "0.0.1",
|
|
5
|
+
"private": true,
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@flowfuse/node-red-dashboard": "1.22.0",
|
|
8
|
+
"passport-oauth2": "*",
|
|
9
|
+
"jsonwebtoken": "*",
|
|
10
|
+
"jwks-rsa": "*",
|
|
11
|
+
"node-red-contrib-oauth2": "*"
|
|
12
|
+
}
|
|
13
|
+
}
|