oci-logging 2.82.1 → 2.83.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.
Files changed (141) hide show
  1. package/lib/client.d.ts +30 -30
  2. package/lib/client.js +30 -30
  3. package/lib/model/create-unified-agent-configuration-details.d.ts +3 -3
  4. package/lib/model/create-unified-agent-configuration-details.js.map +1 -1
  5. package/lib/model/grep-filter-allow-rule.d.ts +33 -0
  6. package/lib/model/grep-filter-allow-rule.js +33 -0
  7. package/lib/model/grep-filter-allow-rule.js.map +1 -0
  8. package/lib/model/grep-filter-deny-rule.d.ts +33 -0
  9. package/lib/model/grep-filter-deny-rule.js +33 -0
  10. package/lib/model/grep-filter-deny-rule.js.map +1 -0
  11. package/lib/model/index.d.ts +54 -0
  12. package/lib/model/index.js +56 -2
  13. package/lib/model/index.js.map +1 -1
  14. package/lib/model/operational-metrics-source.d.ts +1 -1
  15. package/lib/model/record-transformer-pair.d.ts +33 -0
  16. package/lib/model/record-transformer-pair.js +33 -0
  17. package/lib/model/record-transformer-pair.js.map +1 -0
  18. package/lib/model/unified-agent-configuration.d.ts +1 -1
  19. package/lib/model/unified-agent-configuration.js.map +1 -1
  20. package/lib/model/unified-agent-custom-filter.d.ts +42 -0
  21. package/lib/model/unified-agent-custom-filter.js +70 -0
  22. package/lib/model/unified-agent-custom-filter.js.map +1 -0
  23. package/lib/model/unified-agent-custom-plugin-log-source.d.ts +32 -0
  24. package/lib/model/unified-agent-custom-plugin-log-source.js +58 -0
  25. package/lib/model/unified-agent-custom-plugin-log-source.js.map +1 -0
  26. package/lib/model/unified-agent-custom-section.d.ts +35 -0
  27. package/lib/model/unified-agent-custom-section.js +33 -0
  28. package/lib/model/unified-agent-custom-section.js.map +1 -0
  29. package/lib/model/unified-agent-kubernetes-configuration-details.d.ts +31 -0
  30. package/lib/model/unified-agent-kubernetes-configuration-details.js +78 -0
  31. package/lib/model/unified-agent-kubernetes-configuration-details.js.map +1 -0
  32. package/lib/model/unified-agent-kubernetes-filter.d.ts +36 -0
  33. package/lib/model/unified-agent-kubernetes-filter.js +58 -0
  34. package/lib/model/unified-agent-kubernetes-filter.js.map +1 -0
  35. package/lib/model/unified-agent-kubernetes-scrape-target.d.ts +52 -0
  36. package/lib/model/unified-agent-kubernetes-scrape-target.js +45 -0
  37. package/lib/model/unified-agent-kubernetes-scrape-target.js.map +1 -0
  38. package/lib/model/unified-agent-kubernetes-source.d.ts +34 -0
  39. package/lib/model/unified-agent-kubernetes-source.js +65 -0
  40. package/lib/model/unified-agent-kubernetes-source.js.map +1 -0
  41. package/lib/model/unified-agent-logging-configuration.d.ts +4 -0
  42. package/lib/model/unified-agent-logging-configuration.js +10 -0
  43. package/lib/model/unified-agent-logging-configuration.js.map +1 -1
  44. package/lib/model/unified-agent-logging-filter.d.ts +30 -0
  45. package/lib/model/unified-agent-logging-filter.js +84 -0
  46. package/lib/model/unified-agent-logging-filter.js.map +1 -0
  47. package/lib/model/unified-agent-logging-grep-filter.d.ts +38 -0
  48. package/lib/model/unified-agent-logging-grep-filter.js +80 -0
  49. package/lib/model/unified-agent-logging-grep-filter.js.map +1 -0
  50. package/lib/model/unified-agent-logging-record-transformer-filter.d.ts +58 -0
  51. package/lib/model/unified-agent-logging-record-transformer-filter.js +70 -0
  52. package/lib/model/unified-agent-logging-record-transformer-filter.js.map +1 -0
  53. package/lib/model/unified-agent-logging-source.js +4 -0
  54. package/lib/model/unified-agent-logging-source.js.map +1 -1
  55. package/lib/model/unified-agent-monitoring-application-configuration-details.d.ts +26 -0
  56. package/lib/model/unified-agent-monitoring-application-configuration-details.js +80 -0
  57. package/lib/model/unified-agent-monitoring-application-configuration-details.js.map +1 -0
  58. package/lib/model/unified-agent-monitoring-configuration-details.d.ts +32 -0
  59. package/lib/model/unified-agent-monitoring-configuration-details.js +70 -0
  60. package/lib/model/unified-agent-monitoring-configuration-details.js.map +1 -0
  61. package/lib/model/unified-agent-monitoring-destination.d.ts +33 -0
  62. package/lib/model/unified-agent-monitoring-destination.js +33 -0
  63. package/lib/model/unified-agent-monitoring-destination.js.map +1 -0
  64. package/lib/model/unified-agent-monitoring-filter.d.ts +30 -0
  65. package/lib/model/unified-agent-monitoring-filter.js +76 -0
  66. package/lib/model/unified-agent-monitoring-filter.js.map +1 -0
  67. package/lib/model/unified-agent-monitoring-source-types.d.ts +33 -0
  68. package/lib/model/unified-agent-monitoring-source-types.js +44 -0
  69. package/lib/model/unified-agent-monitoring-source-types.js.map +1 -0
  70. package/lib/model/unified-agent-monitoring-url-source.d.ts +34 -0
  71. package/lib/model/unified-agent-monitoring-url-source.js +65 -0
  72. package/lib/model/unified-agent-monitoring-url-source.js.map +1 -0
  73. package/lib/model/unified-agent-openmetrics-parser-record.d.ts +40 -0
  74. package/lib/model/unified-agent-openmetrics-parser-record.js +33 -0
  75. package/lib/model/unified-agent-openmetrics-parser-record.js.map +1 -0
  76. package/lib/model/unified-agent-openmetrics-parser.d.ts +29 -0
  77. package/lib/model/unified-agent-openmetrics-parser.js +66 -0
  78. package/lib/model/unified-agent-openmetrics-parser.js.map +1 -0
  79. package/lib/model/unified-agent-openmetrics-tail-configuration-details.d.ts +33 -0
  80. package/lib/model/unified-agent-openmetrics-tail-configuration-details.js +76 -0
  81. package/lib/model/unified-agent-openmetrics-tail-configuration-details.js.map +1 -0
  82. package/lib/model/unified-agent-parser-filter.d.ts +66 -0
  83. package/lib/model/unified-agent-parser-filter.js +64 -0
  84. package/lib/model/unified-agent-parser-filter.js.map +1 -0
  85. package/lib/model/unified-agent-parser.js +4 -0
  86. package/lib/model/unified-agent-parser.js.map +1 -1
  87. package/lib/model/unified-agent-service-configuration-details.js +4 -0
  88. package/lib/model/unified-agent-service-configuration-details.js.map +1 -1
  89. package/lib/model/unified-agent-service-configuration-types.d.ts +1 -0
  90. package/lib/model/unified-agent-service-configuration-types.js +1 -0
  91. package/lib/model/unified-agent-service-configuration-types.js.map +1 -1
  92. package/lib/model/unified-agent-tail-log-source.d.ts +2 -1
  93. package/lib/model/unified-agent-tail-log-source.js +7 -1
  94. package/lib/model/unified-agent-tail-log-source.js.map +1 -1
  95. package/lib/model/unified-agent-tail-source-advanced-options.d.ts +29 -0
  96. package/lib/model/unified-agent-tail-source-advanced-options.js +33 -0
  97. package/lib/model/unified-agent-tail-source-advanced-options.js.map +1 -0
  98. package/lib/model/unified-agent-url-configuration-details.d.ts +31 -0
  99. package/lib/model/unified-agent-url-configuration-details.js +76 -0
  100. package/lib/model/unified-agent-url-configuration-details.js.map +1 -0
  101. package/lib/model/unified-agent-url-filter.d.ts +36 -0
  102. package/lib/model/unified-agent-url-filter.js +58 -0
  103. package/lib/model/unified-agent-url-filter.js.map +1 -0
  104. package/lib/model/unified-agent-url-scrape-target.d.ts +33 -0
  105. package/lib/model/unified-agent-url-scrape-target.js +33 -0
  106. package/lib/model/unified-agent-url-scrape-target.js.map +1 -0
  107. package/lib/model/unified-js-on-parser.d.ts +8 -0
  108. package/lib/model/unified-js-on-parser.js.map +1 -1
  109. package/lib/model/update-unified-agent-configuration-details.d.ts +1 -1
  110. package/lib/model/update-unified-agent-configuration-details.js.map +1 -1
  111. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  112. package/lib/request/change-log-log-group-request.d.ts +1 -1
  113. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  114. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  115. package/lib/request/create-log-group-request.d.ts +1 -1
  116. package/lib/request/create-log-request.d.ts +1 -1
  117. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  118. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  119. package/lib/request/delete-log-group-request.d.ts +1 -1
  120. package/lib/request/delete-log-request.d.ts +1 -1
  121. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  122. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  123. package/lib/request/delete-work-request-request.d.ts +1 -1
  124. package/lib/request/get-log-group-request.d.ts +1 -1
  125. package/lib/request/get-log-request.d.ts +1 -1
  126. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  127. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  128. package/lib/request/get-work-request-request.d.ts +1 -1
  129. package/lib/request/list-log-groups-request.d.ts +1 -1
  130. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  131. package/lib/request/list-logs-request.d.ts +1 -1
  132. package/lib/request/list-services-request.d.ts +1 -1
  133. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  134. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  135. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  136. package/lib/request/list-work-requests-request.d.ts +1 -1
  137. package/lib/request/update-log-group-request.d.ts +1 -1
  138. package/lib/request/update-log-request.d.ts +1 -1
  139. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  140. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  141. package/package.json +3 -3
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Logging Management API
4
+ * Use the Logging Management API to create, read, list, update, move and delete
5
+ log groups, log objects, log saved searches, and agent configurations.
6
+
7
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
8
+
9
+ * OpenAPI spec version: 20200531
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.GrepFilterAllowRule = void 0;
20
+ var GrepFilterAllowRule;
21
+ (function (GrepFilterAllowRule) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ GrepFilterAllowRule.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ GrepFilterAllowRule.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(GrepFilterAllowRule = exports.GrepFilterAllowRule || (exports.GrepFilterAllowRule = {}));
33
+ //# sourceMappingURL=grep-filter-allow-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grep-filter-allow-rule.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/grep-filter-allow-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Logging Management API
3
+ * Use the Logging Management API to create, read, list, update, move and delete
4
+ log groups, log objects, log saved searches, and agent configurations.
5
+
6
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
7
+
8
+ * OpenAPI spec version: 20200531
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ /**
18
+ * Specifies the filtering rule to reject logs
19
+ */
20
+ export interface GrepFilterDenyRule {
21
+ /**
22
+ * The field name to which the regular expression is applied
23
+ */
24
+ "key"?: string;
25
+ /**
26
+ * The regular expression
27
+ */
28
+ "pattern"?: string;
29
+ }
30
+ export declare namespace GrepFilterDenyRule {
31
+ function getJsonObj(obj: GrepFilterDenyRule): object;
32
+ function getDeserializedJsonObj(obj: GrepFilterDenyRule): object;
33
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Logging Management API
4
+ * Use the Logging Management API to create, read, list, update, move and delete
5
+ log groups, log objects, log saved searches, and agent configurations.
6
+
7
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
8
+
9
+ * OpenAPI spec version: 20200531
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.GrepFilterDenyRule = void 0;
20
+ var GrepFilterDenyRule;
21
+ (function (GrepFilterDenyRule) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ GrepFilterDenyRule.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ GrepFilterDenyRule.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(GrepFilterDenyRule = exports.GrepFilterDenyRule || (exports.GrepFilterDenyRule = {}));
33
+ //# sourceMappingURL=grep-filter-deny-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grep-filter-deny-rule.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/grep-filter-deny-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAmBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -38,6 +38,10 @@ import * as CreateLogSavedSearchDetails from "./create-log-saved-search-details"
38
38
  export import CreateLogSavedSearchDetails = CreateLogSavedSearchDetails.CreateLogSavedSearchDetails;
39
39
  import * as CreateUnifiedAgentConfigurationDetails from "./create-unified-agent-configuration-details";
40
40
  export import CreateUnifiedAgentConfigurationDetails = CreateUnifiedAgentConfigurationDetails.CreateUnifiedAgentConfigurationDetails;
41
+ import * as GrepFilterAllowRule from "./grep-filter-allow-rule";
42
+ export import GrepFilterAllowRule = GrepFilterAllowRule.GrepFilterAllowRule;
43
+ import * as GrepFilterDenyRule from "./grep-filter-deny-rule";
44
+ export import GrepFilterDenyRule = GrepFilterDenyRule.GrepFilterDenyRule;
41
45
  import * as GrokPattern from "./grok-pattern";
42
46
  export import GrokPattern = GrokPattern.GrokPattern;
43
47
  import * as GroupAssociationDetails from "./group-association-details";
@@ -76,6 +80,8 @@ import * as OperationalMetricsSource from "./operational-metrics-source";
76
80
  export import OperationalMetricsSource = OperationalMetricsSource.OperationalMetricsSource;
77
81
  import * as Parameter from "./parameter";
78
82
  export import Parameter = Parameter.Parameter;
83
+ import * as RecordTransformerPair from "./record-transformer-pair";
84
+ export import RecordTransformerPair = RecordTransformerPair.RecordTransformerPair;
79
85
  import * as ResourceType from "./resource-type";
80
86
  export import ResourceType = ResourceType.ResourceType;
81
87
  import * as ServiceSummary from "./service-summary";
@@ -90,10 +96,30 @@ import * as UnifiedAgentConfigurationCollection from "./unified-agent-configurat
90
96
  export import UnifiedAgentConfigurationCollection = UnifiedAgentConfigurationCollection.UnifiedAgentConfigurationCollection;
91
97
  import * as UnifiedAgentConfigurationSummary from "./unified-agent-configuration-summary";
92
98
  export import UnifiedAgentConfigurationSummary = UnifiedAgentConfigurationSummary.UnifiedAgentConfigurationSummary;
99
+ import * as UnifiedAgentCustomSection from "./unified-agent-custom-section";
100
+ export import UnifiedAgentCustomSection = UnifiedAgentCustomSection.UnifiedAgentCustomSection;
101
+ import * as UnifiedAgentKubernetesScrapeTarget from "./unified-agent-kubernetes-scrape-target";
102
+ export import UnifiedAgentKubernetesScrapeTarget = UnifiedAgentKubernetesScrapeTarget.UnifiedAgentKubernetesScrapeTarget;
103
+ import * as UnifiedAgentKubernetesSource from "./unified-agent-kubernetes-source";
104
+ export import UnifiedAgentKubernetesSource = UnifiedAgentKubernetesSource.UnifiedAgentKubernetesSource;
93
105
  import * as UnifiedAgentLoggingDestination from "./unified-agent-logging-destination";
94
106
  export import UnifiedAgentLoggingDestination = UnifiedAgentLoggingDestination.UnifiedAgentLoggingDestination;
107
+ import * as UnifiedAgentLoggingFilter from "./unified-agent-logging-filter";
108
+ export import UnifiedAgentLoggingFilter = UnifiedAgentLoggingFilter.UnifiedAgentLoggingFilter;
95
109
  import * as UnifiedAgentLoggingSource from "./unified-agent-logging-source";
96
110
  export import UnifiedAgentLoggingSource = UnifiedAgentLoggingSource.UnifiedAgentLoggingSource;
111
+ import * as UnifiedAgentMonitoringApplicationConfigurationDetails from "./unified-agent-monitoring-application-configuration-details";
112
+ export import UnifiedAgentMonitoringApplicationConfigurationDetails = UnifiedAgentMonitoringApplicationConfigurationDetails.UnifiedAgentMonitoringApplicationConfigurationDetails;
113
+ import * as UnifiedAgentMonitoringDestination from "./unified-agent-monitoring-destination";
114
+ export import UnifiedAgentMonitoringDestination = UnifiedAgentMonitoringDestination.UnifiedAgentMonitoringDestination;
115
+ import * as UnifiedAgentMonitoringFilter from "./unified-agent-monitoring-filter";
116
+ export import UnifiedAgentMonitoringFilter = UnifiedAgentMonitoringFilter.UnifiedAgentMonitoringFilter;
117
+ import * as UnifiedAgentMonitoringSourceTypes from "./unified-agent-monitoring-source-types";
118
+ export import UnifiedAgentMonitoringSourceTypes = UnifiedAgentMonitoringSourceTypes.UnifiedAgentMonitoringSourceTypes;
119
+ import * as UnifiedAgentMonitoringUrlSource from "./unified-agent-monitoring-url-source";
120
+ export import UnifiedAgentMonitoringUrlSource = UnifiedAgentMonitoringUrlSource.UnifiedAgentMonitoringUrlSource;
121
+ import * as UnifiedAgentOpenmetricsParserRecord from "./unified-agent-openmetrics-parser-record";
122
+ export import UnifiedAgentOpenmetricsParserRecord = UnifiedAgentOpenmetricsParserRecord.UnifiedAgentOpenmetricsParserRecord;
97
123
  import * as UnifiedAgentParser from "./unified-agent-parser";
98
124
  export import UnifiedAgentParser = UnifiedAgentParser.UnifiedAgentParser;
99
125
  import * as UnifiedAgentServiceConfigurationDetails from "./unified-agent-service-configuration-details";
@@ -102,6 +128,10 @@ import * as UnifiedAgentServiceConfigurationStates from "./unified-agent-service
102
128
  export import UnifiedAgentServiceConfigurationStates = UnifiedAgentServiceConfigurationStates.UnifiedAgentServiceConfigurationStates;
103
129
  import * as UnifiedAgentServiceConfigurationTypes from "./unified-agent-service-configuration-types";
104
130
  export import UnifiedAgentServiceConfigurationTypes = UnifiedAgentServiceConfigurationTypes.UnifiedAgentServiceConfigurationTypes;
131
+ import * as UnifiedAgentTailSourceAdvancedOptions from "./unified-agent-tail-source-advanced-options";
132
+ export import UnifiedAgentTailSourceAdvancedOptions = UnifiedAgentTailSourceAdvancedOptions.UnifiedAgentTailSourceAdvancedOptions;
133
+ import * as UnifiedAgentUrlScrapeTarget from "./unified-agent-url-scrape-target";
134
+ export import UnifiedAgentUrlScrapeTarget = UnifiedAgentUrlScrapeTarget.UnifiedAgentUrlScrapeTarget;
105
135
  import * as UpdateConfigurationDetails from "./update-configuration-details";
106
136
  export import UpdateConfigurationDetails = UpdateConfigurationDetails.UpdateConfigurationDetails;
107
137
  import * as UpdateLogDetails from "./update-log-details";
@@ -134,10 +164,24 @@ import * as UnifiedAgentCriParser from "./unified-agent-cri-parser";
134
164
  export import UnifiedAgentCriParser = UnifiedAgentCriParser.UnifiedAgentCriParser;
135
165
  import * as UnifiedAgentCsvParser from "./unified-agent-csv-parser";
136
166
  export import UnifiedAgentCsvParser = UnifiedAgentCsvParser.UnifiedAgentCsvParser;
167
+ import * as UnifiedAgentCustomFilter from "./unified-agent-custom-filter";
168
+ export import UnifiedAgentCustomFilter = UnifiedAgentCustomFilter.UnifiedAgentCustomFilter;
169
+ import * as UnifiedAgentCustomPluginLogSource from "./unified-agent-custom-plugin-log-source";
170
+ export import UnifiedAgentCustomPluginLogSource = UnifiedAgentCustomPluginLogSource.UnifiedAgentCustomPluginLogSource;
137
171
  import * as UnifiedAgentGrokParser from "./unified-agent-grok-parser";
138
172
  export import UnifiedAgentGrokParser = UnifiedAgentGrokParser.UnifiedAgentGrokParser;
173
+ import * as UnifiedAgentKubernetesConfigurationDetails from "./unified-agent-kubernetes-configuration-details";
174
+ export import UnifiedAgentKubernetesConfigurationDetails = UnifiedAgentKubernetesConfigurationDetails.UnifiedAgentKubernetesConfigurationDetails;
175
+ import * as UnifiedAgentKubernetesFilter from "./unified-agent-kubernetes-filter";
176
+ export import UnifiedAgentKubernetesFilter = UnifiedAgentKubernetesFilter.UnifiedAgentKubernetesFilter;
139
177
  import * as UnifiedAgentLoggingConfiguration from "./unified-agent-logging-configuration";
140
178
  export import UnifiedAgentLoggingConfiguration = UnifiedAgentLoggingConfiguration.UnifiedAgentLoggingConfiguration;
179
+ import * as UnifiedAgentLoggingGrepFilter from "./unified-agent-logging-grep-filter";
180
+ export import UnifiedAgentLoggingGrepFilter = UnifiedAgentLoggingGrepFilter.UnifiedAgentLoggingGrepFilter;
181
+ import * as UnifiedAgentLoggingRecordTransformerFilter from "./unified-agent-logging-record-transformer-filter";
182
+ export import UnifiedAgentLoggingRecordTransformerFilter = UnifiedAgentLoggingRecordTransformerFilter.UnifiedAgentLoggingRecordTransformerFilter;
183
+ import * as UnifiedAgentMonitoringConfigurationDetails from "./unified-agent-monitoring-configuration-details";
184
+ export import UnifiedAgentMonitoringConfigurationDetails = UnifiedAgentMonitoringConfigurationDetails.UnifiedAgentMonitoringConfigurationDetails;
141
185
  import * as UnifiedAgentMsgpackParser from "./unified-agent-msgpack-parser";
142
186
  export import UnifiedAgentMsgpackParser = UnifiedAgentMsgpackParser.UnifiedAgentMsgpackParser;
143
187
  import * as UnifiedAgentMultilineGrokParser from "./unified-agent-multiline-grok-parser";
@@ -146,6 +190,12 @@ import * as UnifiedAgentMultilineParser from "./unified-agent-multiline-parser";
146
190
  export import UnifiedAgentMultilineParser = UnifiedAgentMultilineParser.UnifiedAgentMultilineParser;
147
191
  import * as UnifiedAgentNoneParser from "./unified-agent-none-parser";
148
192
  export import UnifiedAgentNoneParser = UnifiedAgentNoneParser.UnifiedAgentNoneParser;
193
+ import * as UnifiedAgentOpenmetricsParser from "./unified-agent-openmetrics-parser";
194
+ export import UnifiedAgentOpenmetricsParser = UnifiedAgentOpenmetricsParser.UnifiedAgentOpenmetricsParser;
195
+ import * as UnifiedAgentOpenmetricsTailConfigurationDetails from "./unified-agent-openmetrics-tail-configuration-details";
196
+ export import UnifiedAgentOpenmetricsTailConfigurationDetails = UnifiedAgentOpenmetricsTailConfigurationDetails.UnifiedAgentOpenmetricsTailConfigurationDetails;
197
+ import * as UnifiedAgentParserFilter from "./unified-agent-parser-filter";
198
+ export import UnifiedAgentParserFilter = UnifiedAgentParserFilter.UnifiedAgentParserFilter;
149
199
  import * as UnifiedAgentRegexParser from "./unified-agent-regex-parser";
150
200
  export import UnifiedAgentRegexParser = UnifiedAgentRegexParser.UnifiedAgentRegexParser;
151
201
  import * as UnifiedAgentSyslogParser from "./unified-agent-syslog-parser";
@@ -154,6 +204,10 @@ import * as UnifiedAgentTailLogSource from "./unified-agent-tail-log-source";
154
204
  export import UnifiedAgentTailLogSource = UnifiedAgentTailLogSource.UnifiedAgentTailLogSource;
155
205
  import * as UnifiedAgentTsvParser from "./unified-agent-tsv-parser";
156
206
  export import UnifiedAgentTsvParser = UnifiedAgentTsvParser.UnifiedAgentTsvParser;
207
+ import * as UnifiedAgentUrlConfigurationDetails from "./unified-agent-url-configuration-details";
208
+ export import UnifiedAgentUrlConfigurationDetails = UnifiedAgentUrlConfigurationDetails.UnifiedAgentUrlConfigurationDetails;
209
+ import * as UnifiedAgentUrlFilter from "./unified-agent-url-filter";
210
+ export import UnifiedAgentUrlFilter = UnifiedAgentUrlFilter.UnifiedAgentUrlFilter;
157
211
  import * as UnifiedAgentWindowsEventSource from "./unified-agent-windows-event-source";
158
212
  export import UnifiedAgentWindowsEventSource = UnifiedAgentWindowsEventSource.UnifiedAgentWindowsEventSource;
159
213
  import * as UnifiedJSONParser from "./unified-js-on-parser";
@@ -35,8 +35,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
35
35
  return result;
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.WorkRequest = exports.UpdateUnifiedAgentConfigurationDetails = exports.UpdateLogSavedSearchDetails = exports.UpdateLogGroupDetails = exports.UpdateLogDetails = exports.UpdateConfigurationDetails = exports.UnifiedAgentServiceConfigurationTypes = exports.UnifiedAgentServiceConfigurationStates = exports.UnifiedAgentServiceConfigurationDetails = exports.UnifiedAgentParser = exports.UnifiedAgentLoggingSource = exports.UnifiedAgentLoggingDestination = exports.UnifiedAgentConfigurationSummary = exports.UnifiedAgentConfigurationCollection = exports.UnifiedAgentConfiguration = exports.SourceUpdateDetails = exports.Source = exports.ServiceSummary = exports.ResourceType = exports.Parameter = exports.OperationalMetricsSource = exports.OperationalMetricsRecordInput = exports.OperationalMetricsDestination = exports.OperationalMetricsConfiguration = exports.OperationTypes = exports.OperationStatus = exports.LogSummary = exports.LogSavedSearchSummaryCollection = exports.LogSavedSearchSummary = exports.LogSavedSearchLifecycleState = exports.LogSavedSearch = exports.LogLifecycleState = exports.LogGroupSummary = exports.LogGroupLifecycleState = exports.LogGroup = exports.Log = exports.GroupAssociationDetails = exports.GrokPattern = exports.CreateUnifiedAgentConfigurationDetails = exports.CreateLogSavedSearchDetails = exports.CreateLogGroupDetails = exports.CreateLogDetails = exports.Configuration = exports.ChangeUnifiedAgentConfigurationCompartmentDetails = exports.ChangeLogSavedSearchCompartmentDetails = exports.ChangeLogLogGroupDetails = exports.ChangeLogGroupCompartmentDetails = exports.Category = exports.Archiving = exports.ActionTypes = void 0;
39
- exports.UnifiedJSONParser = exports.UnifiedAgentWindowsEventSource = exports.UnifiedAgentTsvParser = exports.UnifiedAgentTailLogSource = exports.UnifiedAgentSyslogParser = exports.UnifiedAgentRegexParser = exports.UnifiedAgentNoneParser = exports.UnifiedAgentMultilineParser = exports.UnifiedAgentMultilineGrokParser = exports.UnifiedAgentMsgpackParser = exports.UnifiedAgentLoggingConfiguration = exports.UnifiedAgentGrokParser = exports.UnifiedAgentCsvParser = exports.UnifiedAgentCriParser = exports.UnifiedAgentAuditdParser = exports.UnifiedAgentApacheErrorParser = exports.UnifiedAgentApache2Parser = exports.OciService = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLog = exports.WorkRequestError = void 0;
38
+ exports.UnifiedAgentMonitoringFilter = exports.UnifiedAgentMonitoringDestination = exports.UnifiedAgentMonitoringApplicationConfigurationDetails = exports.UnifiedAgentLoggingSource = exports.UnifiedAgentLoggingFilter = exports.UnifiedAgentLoggingDestination = exports.UnifiedAgentKubernetesSource = exports.UnifiedAgentKubernetesScrapeTarget = exports.UnifiedAgentCustomSection = exports.UnifiedAgentConfigurationSummary = exports.UnifiedAgentConfigurationCollection = exports.UnifiedAgentConfiguration = exports.SourceUpdateDetails = exports.Source = exports.ServiceSummary = exports.ResourceType = exports.RecordTransformerPair = exports.Parameter = exports.OperationalMetricsSource = exports.OperationalMetricsRecordInput = exports.OperationalMetricsDestination = exports.OperationalMetricsConfiguration = exports.OperationTypes = exports.OperationStatus = exports.LogSummary = exports.LogSavedSearchSummaryCollection = exports.LogSavedSearchSummary = exports.LogSavedSearchLifecycleState = exports.LogSavedSearch = exports.LogLifecycleState = exports.LogGroupSummary = exports.LogGroupLifecycleState = exports.LogGroup = exports.Log = exports.GroupAssociationDetails = exports.GrokPattern = exports.GrepFilterDenyRule = exports.GrepFilterAllowRule = exports.CreateUnifiedAgentConfigurationDetails = exports.CreateLogSavedSearchDetails = exports.CreateLogGroupDetails = exports.CreateLogDetails = exports.Configuration = exports.ChangeUnifiedAgentConfigurationCompartmentDetails = exports.ChangeLogSavedSearchCompartmentDetails = exports.ChangeLogLogGroupDetails = exports.ChangeLogGroupCompartmentDetails = exports.Category = exports.Archiving = exports.ActionTypes = void 0;
39
+ exports.UnifiedJSONParser = exports.UnifiedAgentWindowsEventSource = exports.UnifiedAgentUrlFilter = exports.UnifiedAgentUrlConfigurationDetails = exports.UnifiedAgentTsvParser = exports.UnifiedAgentTailLogSource = exports.UnifiedAgentSyslogParser = exports.UnifiedAgentRegexParser = exports.UnifiedAgentParserFilter = exports.UnifiedAgentOpenmetricsTailConfigurationDetails = exports.UnifiedAgentOpenmetricsParser = exports.UnifiedAgentNoneParser = exports.UnifiedAgentMultilineParser = exports.UnifiedAgentMultilineGrokParser = exports.UnifiedAgentMsgpackParser = exports.UnifiedAgentMonitoringConfigurationDetails = exports.UnifiedAgentLoggingRecordTransformerFilter = exports.UnifiedAgentLoggingGrepFilter = exports.UnifiedAgentLoggingConfiguration = exports.UnifiedAgentKubernetesFilter = exports.UnifiedAgentKubernetesConfigurationDetails = exports.UnifiedAgentGrokParser = exports.UnifiedAgentCustomPluginLogSource = exports.UnifiedAgentCustomFilter = exports.UnifiedAgentCsvParser = exports.UnifiedAgentCriParser = exports.UnifiedAgentAuditdParser = exports.UnifiedAgentApacheErrorParser = exports.UnifiedAgentApache2Parser = exports.OciService = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLog = exports.WorkRequestError = exports.WorkRequest = exports.UpdateUnifiedAgentConfigurationDetails = exports.UpdateLogSavedSearchDetails = exports.UpdateLogGroupDetails = exports.UpdateLogDetails = exports.UpdateConfigurationDetails = exports.UnifiedAgentUrlScrapeTarget = exports.UnifiedAgentTailSourceAdvancedOptions = exports.UnifiedAgentServiceConfigurationTypes = exports.UnifiedAgentServiceConfigurationStates = exports.UnifiedAgentServiceConfigurationDetails = exports.UnifiedAgentParser = exports.UnifiedAgentOpenmetricsParserRecord = exports.UnifiedAgentMonitoringUrlSource = exports.UnifiedAgentMonitoringSourceTypes = void 0;
40
40
  const ActionTypes = __importStar(require("./action-types"));
41
41
  exports.ActionTypes = ActionTypes.ActionTypes;
42
42
  const Archiving = __importStar(require("./archiving"));
@@ -61,6 +61,10 @@ const CreateLogSavedSearchDetails = __importStar(require("./create-log-saved-sea
61
61
  exports.CreateLogSavedSearchDetails = CreateLogSavedSearchDetails.CreateLogSavedSearchDetails;
62
62
  const CreateUnifiedAgentConfigurationDetails = __importStar(require("./create-unified-agent-configuration-details"));
63
63
  exports.CreateUnifiedAgentConfigurationDetails = CreateUnifiedAgentConfigurationDetails.CreateUnifiedAgentConfigurationDetails;
64
+ const GrepFilterAllowRule = __importStar(require("./grep-filter-allow-rule"));
65
+ exports.GrepFilterAllowRule = GrepFilterAllowRule.GrepFilterAllowRule;
66
+ const GrepFilterDenyRule = __importStar(require("./grep-filter-deny-rule"));
67
+ exports.GrepFilterDenyRule = GrepFilterDenyRule.GrepFilterDenyRule;
64
68
  const GrokPattern = __importStar(require("./grok-pattern"));
65
69
  exports.GrokPattern = GrokPattern.GrokPattern;
66
70
  const GroupAssociationDetails = __importStar(require("./group-association-details"));
@@ -99,6 +103,8 @@ const OperationalMetricsSource = __importStar(require("./operational-metrics-sou
99
103
  exports.OperationalMetricsSource = OperationalMetricsSource.OperationalMetricsSource;
100
104
  const Parameter = __importStar(require("./parameter"));
101
105
  exports.Parameter = Parameter.Parameter;
106
+ const RecordTransformerPair = __importStar(require("./record-transformer-pair"));
107
+ exports.RecordTransformerPair = RecordTransformerPair.RecordTransformerPair;
102
108
  const ResourceType = __importStar(require("./resource-type"));
103
109
  exports.ResourceType = ResourceType.ResourceType;
104
110
  const ServiceSummary = __importStar(require("./service-summary"));
@@ -113,10 +119,30 @@ const UnifiedAgentConfigurationCollection = __importStar(require("./unified-agen
113
119
  exports.UnifiedAgentConfigurationCollection = UnifiedAgentConfigurationCollection.UnifiedAgentConfigurationCollection;
114
120
  const UnifiedAgentConfigurationSummary = __importStar(require("./unified-agent-configuration-summary"));
115
121
  exports.UnifiedAgentConfigurationSummary = UnifiedAgentConfigurationSummary.UnifiedAgentConfigurationSummary;
122
+ const UnifiedAgentCustomSection = __importStar(require("./unified-agent-custom-section"));
123
+ exports.UnifiedAgentCustomSection = UnifiedAgentCustomSection.UnifiedAgentCustomSection;
124
+ const UnifiedAgentKubernetesScrapeTarget = __importStar(require("./unified-agent-kubernetes-scrape-target"));
125
+ exports.UnifiedAgentKubernetesScrapeTarget = UnifiedAgentKubernetesScrapeTarget.UnifiedAgentKubernetesScrapeTarget;
126
+ const UnifiedAgentKubernetesSource = __importStar(require("./unified-agent-kubernetes-source"));
127
+ exports.UnifiedAgentKubernetesSource = UnifiedAgentKubernetesSource.UnifiedAgentKubernetesSource;
116
128
  const UnifiedAgentLoggingDestination = __importStar(require("./unified-agent-logging-destination"));
117
129
  exports.UnifiedAgentLoggingDestination = UnifiedAgentLoggingDestination.UnifiedAgentLoggingDestination;
130
+ const UnifiedAgentLoggingFilter = __importStar(require("./unified-agent-logging-filter"));
131
+ exports.UnifiedAgentLoggingFilter = UnifiedAgentLoggingFilter.UnifiedAgentLoggingFilter;
118
132
  const UnifiedAgentLoggingSource = __importStar(require("./unified-agent-logging-source"));
119
133
  exports.UnifiedAgentLoggingSource = UnifiedAgentLoggingSource.UnifiedAgentLoggingSource;
134
+ const UnifiedAgentMonitoringApplicationConfigurationDetails = __importStar(require("./unified-agent-monitoring-application-configuration-details"));
135
+ exports.UnifiedAgentMonitoringApplicationConfigurationDetails = UnifiedAgentMonitoringApplicationConfigurationDetails.UnifiedAgentMonitoringApplicationConfigurationDetails;
136
+ const UnifiedAgentMonitoringDestination = __importStar(require("./unified-agent-monitoring-destination"));
137
+ exports.UnifiedAgentMonitoringDestination = UnifiedAgentMonitoringDestination.UnifiedAgentMonitoringDestination;
138
+ const UnifiedAgentMonitoringFilter = __importStar(require("./unified-agent-monitoring-filter"));
139
+ exports.UnifiedAgentMonitoringFilter = UnifiedAgentMonitoringFilter.UnifiedAgentMonitoringFilter;
140
+ const UnifiedAgentMonitoringSourceTypes = __importStar(require("./unified-agent-monitoring-source-types"));
141
+ exports.UnifiedAgentMonitoringSourceTypes = UnifiedAgentMonitoringSourceTypes.UnifiedAgentMonitoringSourceTypes;
142
+ const UnifiedAgentMonitoringUrlSource = __importStar(require("./unified-agent-monitoring-url-source"));
143
+ exports.UnifiedAgentMonitoringUrlSource = UnifiedAgentMonitoringUrlSource.UnifiedAgentMonitoringUrlSource;
144
+ const UnifiedAgentOpenmetricsParserRecord = __importStar(require("./unified-agent-openmetrics-parser-record"));
145
+ exports.UnifiedAgentOpenmetricsParserRecord = UnifiedAgentOpenmetricsParserRecord.UnifiedAgentOpenmetricsParserRecord;
120
146
  const UnifiedAgentParser = __importStar(require("./unified-agent-parser"));
121
147
  exports.UnifiedAgentParser = UnifiedAgentParser.UnifiedAgentParser;
122
148
  const UnifiedAgentServiceConfigurationDetails = __importStar(require("./unified-agent-service-configuration-details"));
@@ -125,6 +151,10 @@ const UnifiedAgentServiceConfigurationStates = __importStar(require("./unified-a
125
151
  exports.UnifiedAgentServiceConfigurationStates = UnifiedAgentServiceConfigurationStates.UnifiedAgentServiceConfigurationStates;
126
152
  const UnifiedAgentServiceConfigurationTypes = __importStar(require("./unified-agent-service-configuration-types"));
127
153
  exports.UnifiedAgentServiceConfigurationTypes = UnifiedAgentServiceConfigurationTypes.UnifiedAgentServiceConfigurationTypes;
154
+ const UnifiedAgentTailSourceAdvancedOptions = __importStar(require("./unified-agent-tail-source-advanced-options"));
155
+ exports.UnifiedAgentTailSourceAdvancedOptions = UnifiedAgentTailSourceAdvancedOptions.UnifiedAgentTailSourceAdvancedOptions;
156
+ const UnifiedAgentUrlScrapeTarget = __importStar(require("./unified-agent-url-scrape-target"));
157
+ exports.UnifiedAgentUrlScrapeTarget = UnifiedAgentUrlScrapeTarget.UnifiedAgentUrlScrapeTarget;
128
158
  const UpdateConfigurationDetails = __importStar(require("./update-configuration-details"));
129
159
  exports.UpdateConfigurationDetails = UpdateConfigurationDetails.UpdateConfigurationDetails;
130
160
  const UpdateLogDetails = __importStar(require("./update-log-details"));
@@ -157,10 +187,24 @@ const UnifiedAgentCriParser = __importStar(require("./unified-agent-cri-parser")
157
187
  exports.UnifiedAgentCriParser = UnifiedAgentCriParser.UnifiedAgentCriParser;
158
188
  const UnifiedAgentCsvParser = __importStar(require("./unified-agent-csv-parser"));
159
189
  exports.UnifiedAgentCsvParser = UnifiedAgentCsvParser.UnifiedAgentCsvParser;
190
+ const UnifiedAgentCustomFilter = __importStar(require("./unified-agent-custom-filter"));
191
+ exports.UnifiedAgentCustomFilter = UnifiedAgentCustomFilter.UnifiedAgentCustomFilter;
192
+ const UnifiedAgentCustomPluginLogSource = __importStar(require("./unified-agent-custom-plugin-log-source"));
193
+ exports.UnifiedAgentCustomPluginLogSource = UnifiedAgentCustomPluginLogSource.UnifiedAgentCustomPluginLogSource;
160
194
  const UnifiedAgentGrokParser = __importStar(require("./unified-agent-grok-parser"));
161
195
  exports.UnifiedAgentGrokParser = UnifiedAgentGrokParser.UnifiedAgentGrokParser;
196
+ const UnifiedAgentKubernetesConfigurationDetails = __importStar(require("./unified-agent-kubernetes-configuration-details"));
197
+ exports.UnifiedAgentKubernetesConfigurationDetails = UnifiedAgentKubernetesConfigurationDetails.UnifiedAgentKubernetesConfigurationDetails;
198
+ const UnifiedAgentKubernetesFilter = __importStar(require("./unified-agent-kubernetes-filter"));
199
+ exports.UnifiedAgentKubernetesFilter = UnifiedAgentKubernetesFilter.UnifiedAgentKubernetesFilter;
162
200
  const UnifiedAgentLoggingConfiguration = __importStar(require("./unified-agent-logging-configuration"));
163
201
  exports.UnifiedAgentLoggingConfiguration = UnifiedAgentLoggingConfiguration.UnifiedAgentLoggingConfiguration;
202
+ const UnifiedAgentLoggingGrepFilter = __importStar(require("./unified-agent-logging-grep-filter"));
203
+ exports.UnifiedAgentLoggingGrepFilter = UnifiedAgentLoggingGrepFilter.UnifiedAgentLoggingGrepFilter;
204
+ const UnifiedAgentLoggingRecordTransformerFilter = __importStar(require("./unified-agent-logging-record-transformer-filter"));
205
+ exports.UnifiedAgentLoggingRecordTransformerFilter = UnifiedAgentLoggingRecordTransformerFilter.UnifiedAgentLoggingRecordTransformerFilter;
206
+ const UnifiedAgentMonitoringConfigurationDetails = __importStar(require("./unified-agent-monitoring-configuration-details"));
207
+ exports.UnifiedAgentMonitoringConfigurationDetails = UnifiedAgentMonitoringConfigurationDetails.UnifiedAgentMonitoringConfigurationDetails;
164
208
  const UnifiedAgentMsgpackParser = __importStar(require("./unified-agent-msgpack-parser"));
165
209
  exports.UnifiedAgentMsgpackParser = UnifiedAgentMsgpackParser.UnifiedAgentMsgpackParser;
166
210
  const UnifiedAgentMultilineGrokParser = __importStar(require("./unified-agent-multiline-grok-parser"));
@@ -169,6 +213,12 @@ const UnifiedAgentMultilineParser = __importStar(require("./unified-agent-multil
169
213
  exports.UnifiedAgentMultilineParser = UnifiedAgentMultilineParser.UnifiedAgentMultilineParser;
170
214
  const UnifiedAgentNoneParser = __importStar(require("./unified-agent-none-parser"));
171
215
  exports.UnifiedAgentNoneParser = UnifiedAgentNoneParser.UnifiedAgentNoneParser;
216
+ const UnifiedAgentOpenmetricsParser = __importStar(require("./unified-agent-openmetrics-parser"));
217
+ exports.UnifiedAgentOpenmetricsParser = UnifiedAgentOpenmetricsParser.UnifiedAgentOpenmetricsParser;
218
+ const UnifiedAgentOpenmetricsTailConfigurationDetails = __importStar(require("./unified-agent-openmetrics-tail-configuration-details"));
219
+ exports.UnifiedAgentOpenmetricsTailConfigurationDetails = UnifiedAgentOpenmetricsTailConfigurationDetails.UnifiedAgentOpenmetricsTailConfigurationDetails;
220
+ const UnifiedAgentParserFilter = __importStar(require("./unified-agent-parser-filter"));
221
+ exports.UnifiedAgentParserFilter = UnifiedAgentParserFilter.UnifiedAgentParserFilter;
172
222
  const UnifiedAgentRegexParser = __importStar(require("./unified-agent-regex-parser"));
173
223
  exports.UnifiedAgentRegexParser = UnifiedAgentRegexParser.UnifiedAgentRegexParser;
174
224
  const UnifiedAgentSyslogParser = __importStar(require("./unified-agent-syslog-parser"));
@@ -177,6 +227,10 @@ const UnifiedAgentTailLogSource = __importStar(require("./unified-agent-tail-log
177
227
  exports.UnifiedAgentTailLogSource = UnifiedAgentTailLogSource.UnifiedAgentTailLogSource;
178
228
  const UnifiedAgentTsvParser = __importStar(require("./unified-agent-tsv-parser"));
179
229
  exports.UnifiedAgentTsvParser = UnifiedAgentTsvParser.UnifiedAgentTsvParser;
230
+ const UnifiedAgentUrlConfigurationDetails = __importStar(require("./unified-agent-url-configuration-details"));
231
+ exports.UnifiedAgentUrlConfigurationDetails = UnifiedAgentUrlConfigurationDetails.UnifiedAgentUrlConfigurationDetails;
232
+ const UnifiedAgentUrlFilter = __importStar(require("./unified-agent-url-filter"));
233
+ exports.UnifiedAgentUrlFilter = UnifiedAgentUrlFilter.UnifiedAgentUrlFilter;
180
234
  const UnifiedAgentWindowsEventSource = __importStar(require("./unified-agent-windows-event-source"));
181
235
  exports.UnifiedAgentWindowsEventSource = UnifiedAgentWindowsEventSource.UnifiedAgentWindowsEventSource;
182
236
  const UnifiedJSONParser = __importStar(require("./unified-js-on-parser"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -27,7 +27,7 @@ export interface OperationalMetricsSource {
27
27
  * List of unified monitoring agent operational metrics.
28
28
  */
29
29
  "metrics"?: Array<string>;
30
- "recordInput"?: model.OperationalMetricsRecordInput;
30
+ "recordInput": model.OperationalMetricsRecordInput;
31
31
  }
32
32
  export declare namespace OperationalMetricsSource {
33
33
  enum Type {
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Logging Management API
3
+ * Use the Logging Management API to create, read, list, update, move and delete
4
+ log groups, log objects, log saved searches, and agent configurations.
5
+
6
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
7
+
8
+ * OpenAPI spec version: 20200531
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ /**
18
+ * A new Key-value pairs added in logs
19
+ */
20
+ export interface RecordTransformerPair {
21
+ /**
22
+ * A new key
23
+ */
24
+ "key"?: string;
25
+ /**
26
+ * A new value
27
+ */
28
+ "value"?: string;
29
+ }
30
+ export declare namespace RecordTransformerPair {
31
+ function getJsonObj(obj: RecordTransformerPair): object;
32
+ function getDeserializedJsonObj(obj: RecordTransformerPair): object;
33
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Logging Management API
4
+ * Use the Logging Management API to create, read, list, update, move and delete
5
+ log groups, log objects, log saved searches, and agent configurations.
6
+
7
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
8
+
9
+ * OpenAPI spec version: 20200531
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.RecordTransformerPair = void 0;
20
+ var RecordTransformerPair;
21
+ (function (RecordTransformerPair) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ RecordTransformerPair.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ RecordTransformerPair.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(RecordTransformerPair = exports.RecordTransformerPair || (exports.RecordTransformerPair = {}));
33
+ //# sourceMappingURL=record-transformer-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"record-transformer-pair.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/record-transformer-pair.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAmBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -78,7 +78,7 @@ export interface UnifiedAgentConfiguration {
78
78
  * State of unified agent service configuration.
79
79
  */
80
80
  "configurationState": model.UnifiedAgentServiceConfigurationStates;
81
- "serviceConfiguration": model.UnifiedAgentLoggingConfiguration;
81
+ "serviceConfiguration": model.UnifiedAgentLoggingConfiguration | model.UnifiedAgentMonitoringConfigurationDetails;
82
82
  "groupAssociation": model.GroupAssociationDetails;
83
83
  }
84
84
  export declare namespace UnifiedAgentConfiguration {
@@ -1 +1 @@
1
- {"version":3,"file":"unified-agent-configuration.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,IAAiB,yBAAyB,CAiCzC;AAjCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACpF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CAClE,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAiCzC"}
1
+ {"version":3,"file":"unified-agent-configuration.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkElC,IAAiB,yBAAyB,CAiCzC;AAjCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACpF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CAClE,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAiCzC"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Logging Management API
3
+ * Use the Logging Management API to create, read, list, update, move and delete
4
+ log groups, log objects, log saved searches, and agent configurations.
5
+
6
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
7
+
8
+ * OpenAPI spec version: 20200531
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ import * as model from "../model";
18
+ /**
19
+ * Logging custom filter plugin.
20
+ */
21
+ export interface UnifiedAgentCustomFilter extends model.UnifiedAgentLoggingFilter {
22
+ /**
23
+ * Type of the custom filter
24
+ */
25
+ "customFilterType": string;
26
+ /**
27
+ * Parameters of the custom filter
28
+ */
29
+ "params"?: {
30
+ [key: string]: string;
31
+ };
32
+ /**
33
+ * List of custom sections in custom filter
34
+ */
35
+ "customSections"?: Array<model.UnifiedAgentCustomSection>;
36
+ "filterType": string;
37
+ }
38
+ export declare namespace UnifiedAgentCustomFilter {
39
+ function getJsonObj(obj: UnifiedAgentCustomFilter, isParentJsonObj?: boolean): object;
40
+ const filterType = "CUSTOM_FILTER";
41
+ function getDeserializedJsonObj(obj: UnifiedAgentCustomFilter, isParentJsonObj?: boolean): object;
42
+ }
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /**
3
+ * Logging Management API
4
+ * Use the Logging Management API to create, read, list, update, move and delete
5
+ log groups, log objects, log saved searches, and agent configurations.
6
+
7
+ For more information, see [Logging Overview](/iaas/Content/Logging/Concepts/loggingoverview.htm).
8
+
9
+ * OpenAPI spec version: 20200531
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
21
+ }) : (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ }));
25
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
26
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
27
+ }) : function(o, v) {
28
+ o["default"] = v;
29
+ });
30
+ var __importStar = (this && this.__importStar) || function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.UnifiedAgentCustomFilter = void 0;
39
+ const model = __importStar(require("../model"));
40
+ var UnifiedAgentCustomFilter;
41
+ (function (UnifiedAgentCustomFilter) {
42
+ function getJsonObj(obj, isParentJsonObj) {
43
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
44
+ ? obj
45
+ : model.UnifiedAgentLoggingFilter.getJsonObj(obj))), {
46
+ "customSections": obj.customSections
47
+ ? obj.customSections.map(item => {
48
+ return model.UnifiedAgentCustomSection.getJsonObj(item);
49
+ })
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ UnifiedAgentCustomFilter.getJsonObj = getJsonObj;
55
+ UnifiedAgentCustomFilter.filterType = "CUSTOM_FILTER";
56
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
57
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
58
+ ? obj
59
+ : model.UnifiedAgentLoggingFilter.getDeserializedJsonObj(obj))), {
60
+ "customSections": obj.customSections
61
+ ? obj.customSections.map(item => {
62
+ return model.UnifiedAgentCustomSection.getDeserializedJsonObj(item);
63
+ })
64
+ : undefined
65
+ });
66
+ return jsonObj;
67
+ }
68
+ UnifiedAgentCustomFilter.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(UnifiedAgentCustomFilter = exports.UnifiedAgentCustomFilter || (exports.UnifiedAgentCustomFilter = {}));
70
+ //# sourceMappingURL=unified-agent-custom-filter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unified-agent-custom-filter.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-custom-filter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,wBAAwB,CAuCxC;AAvCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GAC/E;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mCAAU,aAezB,CAAA;IACY,mCAAU,GAAG,eAAe,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACrD,GAAG,CACyB,CAAC,GAChC;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAsB,yBAoBrC,CAAA;AACH,CAAC,EAvCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAuCxC"}