@itentialopensource/adapter-splunk 0.4.0 → 0.4.1

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.4.1 [12-01-2023]
3
+
4
+ * Update request data types to URLENCODE for post calls
5
+
6
+ See merge request itentialopensource/adapters/telemetry-analytics/adapter-splunk!3
7
+
8
+ ---
9
+
2
10
  ## 0.4.0 [11-07-2023]
3
11
 
4
12
  * More migration changes
@@ -92,8 +92,8 @@
92
92
  "responseSchema": "schema.json",
93
93
  "timeout": 0,
94
94
  "sendEmpty": false,
95
- "requestDatatype": "JSON",
96
- "responseDatatype": "JSON",
95
+ "requestDatatype": "URLENCODE",
96
+ "responseDatatype": "XML2JSON",
97
97
  "headers": {},
98
98
  "responseObjects": [
99
99
  {
@@ -112,8 +112,8 @@
112
112
  "responseSchema": "schema.json",
113
113
  "timeout": 0,
114
114
  "sendEmpty": false,
115
- "requestDatatype": "JSON",
116
- "responseDatatype": "JSON",
115
+ "requestDatatype": "URLENCODE",
116
+ "responseDatatype": "XML2JSON",
117
117
  "headers": {},
118
118
  "responseObjects": [
119
119
  {
@@ -132,8 +132,8 @@
132
132
  "responseSchema": "schema.json",
133
133
  "timeout": 0,
134
134
  "sendEmpty": false,
135
- "requestDatatype": "JSON",
136
- "responseDatatype": "JSON",
135
+ "requestDatatype": "URLENCODE",
136
+ "responseDatatype": "XML2JSON",
137
137
  "headers": {},
138
138
  "responseObjects": [
139
139
  {
@@ -173,8 +173,8 @@
173
173
  "responseSchema": "schema.json",
174
174
  "timeout": 0,
175
175
  "sendEmpty": false,
176
- "requestDatatype": "JSON",
177
- "responseDatatype": "JSON",
176
+ "requestDatatype": "URLENCODE",
177
+ "responseDatatype": "XML2JSON",
178
178
  "headers": {},
179
179
  "responseObjects": [
180
180
  {
@@ -297,8 +297,8 @@
297
297
  "responseSchema": "schema.json",
298
298
  "timeout": 0,
299
299
  "sendEmpty": false,
300
- "requestDatatype": "JSON",
301
- "responseDatatype": "JSON",
300
+ "requestDatatype": "URLENCODE",
301
+ "responseDatatype": "XML2JSON",
302
302
  "headers": {},
303
303
  "responseObjects": [
304
304
  {
@@ -317,8 +317,8 @@
317
317
  "responseSchema": "schema.json",
318
318
  "timeout": 0,
319
319
  "sendEmpty": false,
320
- "requestDatatype": "JSON",
321
- "responseDatatype": "JSON",
320
+ "requestDatatype": "URLENCODE",
321
+ "responseDatatype": "XML2JSON",
322
322
  "headers": {},
323
323
  "responseObjects": [
324
324
  {
@@ -358,8 +358,8 @@
358
358
  "responseSchema": "schema.json",
359
359
  "timeout": 0,
360
360
  "sendEmpty": false,
361
- "requestDatatype": "JSON",
362
- "responseDatatype": "JSON",
361
+ "requestDatatype": "URLENCODE",
362
+ "responseDatatype": "XML2JSON",
363
363
  "headers": {},
364
364
  "responseObjects": [
365
365
  {
@@ -420,8 +420,8 @@
420
420
  "responseSchema": "schema.json",
421
421
  "timeout": 0,
422
422
  "sendEmpty": false,
423
- "requestDatatype": "JSON",
424
- "responseDatatype": "JSON",
423
+ "requestDatatype": "URLENCODE",
424
+ "responseDatatype": "XML2JSON",
425
425
  "headers": {},
426
426
  "responseObjects": [
427
427
  {
@@ -461,8 +461,8 @@
461
461
  "responseSchema": "schema.json",
462
462
  "timeout": 0,
463
463
  "sendEmpty": false,
464
- "requestDatatype": "JSON",
465
- "responseDatatype": "JSON",
464
+ "requestDatatype": "URLENCODE",
465
+ "responseDatatype": "XML2JSON",
466
466
  "headers": {},
467
467
  "responseObjects": [
468
468
  {
@@ -522,8 +522,8 @@
522
522
  "responseSchema": "schema.json",
523
523
  "timeout": 0,
524
524
  "sendEmpty": false,
525
- "requestDatatype": "JSON",
526
- "responseDatatype": "JSON",
525
+ "requestDatatype": "URLENCODE",
526
+ "responseDatatype": "XML2JSON",
527
527
  "headers": {},
528
528
  "responseObjects": [
529
529
  {
@@ -542,8 +542,8 @@
542
542
  "responseSchema": "schema.json",
543
543
  "timeout": 0,
544
544
  "sendEmpty": false,
545
- "requestDatatype": "JSON",
546
- "responseDatatype": "JSON",
545
+ "requestDatatype": "URLENCODE",
546
+ "responseDatatype": "XML2JSON",
547
547
  "headers": {},
548
548
  "responseObjects": [
549
549
  {
@@ -730,8 +730,8 @@
730
730
  "responseSchema": "schema.json",
731
731
  "timeout": 0,
732
732
  "sendEmpty": false,
733
- "requestDatatype": "JSON",
734
- "responseDatatype": "JSON",
733
+ "requestDatatype": "URLENCODE",
734
+ "responseDatatype": "XML2JSON",
735
735
  "headers": {},
736
736
  "responseObjects": [
737
737
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-splunk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "This adapter integrates with system described as: splunkAdapter.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Splunk",
@@ -55,7 +55,7 @@
55
55
  "author": "Itential",
56
56
  "homepage": "https://gitlab.com/itentialopensource/adapters/telemetry-analytics/adapter-splunk#readme",
57
57
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^5.3.0",
58
+ "@itentialopensource/adapter-utils": "^5.3.2",
59
59
  "acorn": "^8.10.0",
60
60
  "ajv": "^8.12.0",
61
61
  "axios": "^1.4.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0",
2
+ "version": "0.4.0",
3
3
  "configLines": 5009,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 6228,