@itentialopensource/adapter-winston_syslog 1.1.1 → 1.1.2

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
+ ## 1.1.2 [03-12-2024]
3
+
4
+ * Changes made at 2024.03.12_10:56AM
5
+
6
+ See merge request itentialopensource/adapters/telemetry-analytics/adapter-winston_syslog!6
7
+
8
+ ---
9
+
2
10
  ## 1.1.1 [02-27-2024]
3
11
 
4
12
  * Changes made at 2024.02.27_11:29AM
package/metadata.json CHANGED
@@ -14,10 +14,16 @@
14
14
  "method": "REST",
15
15
  "type": "Adapter",
16
16
  "domains": [
17
- "Observability"
17
+ "Service Assurance"
18
+ ],
19
+ "tags": [
20
+ "Monitoring & Troubleshooting"
21
+ ],
22
+ "useCases": [
23
+ "Add Device to Monitoring",
24
+ "Automated network data gathering for diagnostics",
25
+ "Verify network connectivity"
18
26
  ],
19
- "tags": [],
20
- "useCases": [],
21
27
  "deprecated": {
22
28
  "isDeprecated": false
23
29
  },
@@ -46,4 +52,4 @@
46
52
  "transformationProjects": [],
47
53
  "exampleProjects": []
48
54
  }
49
- }
55
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-winston_syslog",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "This adapter integrates with winston_syslog and sends logs to any syslog server.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "winston_syslog",
Binary file