You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/oci-logging-analytics.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
description: Send logs to Oracle Cloud Infrastructure Logging Analytics Service
2
+
description: Send logs to Oracle Cloud Infrastructure Log Analytics Service
3
3
---
4
4
5
5
# Oracle Cloud Infrastructure Logging Analytics
6
6
7
-
The _Oracle Cloud Infrastructure Logging Analytics_ output plugin lets you ingest your log records into the [Oracle Cloud Infrastructure (OCI) Logging Analytics](https://docs.oracle.com/en-us/iaas/logging-analytics/home.htm) service.
7
+
The _Oracle Cloud Infrastructure Logging Analytics_ output plugin lets you ingest your log records into the [Oracle Cloud Infrastructure (OCI) Log Analytics](https://docs.oracle.com/en-us/iaas/log-analytics/home.htm) service.
8
8
9
9
## Configuration parameters
10
10
@@ -18,13 +18,13 @@ This plugin uses the following configuration parameters:
18
18
|`proxy`| The proxy name, in `http://host:port` format. Only supports HTTP protocol. |_none_|
19
19
|`workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`1`|
20
20
|`oci_config_in_record`| If set to `true`, the following `oci_la_*` will be read from the record itself instead of the output plugin configuration. |`false`|
21
-
|`oci_la_log_group_id`| Required. The Oracle Cloud Identifier (OCID) of the Logging Analytics where you want to store logs. |_none_|
22
-
|`oci_la_log_source_name`| Required. The Logging Analytics Source to use for processing log records. |_none_|
23
-
|`oci_la_entity_id`| The OCID of the Logging Analytics entity. |_none_|
24
-
|`oci_la_entity_type`| The entity type of the Logging Analytics entity. |_none_|
21
+
|`oci_la_log_group_id`| Required. The Oracle Cloud Identifier (OCID) of the Log Analytics where you want to store logs. |_none_|
22
+
|`oci_la_log_source_name`| Required. The Log Analytics Source to use for processing log records. |_none_|
23
+
|`oci_la_entity_id`| The OCID of the Log Analytics entity. |_none_|
24
+
|`oci_la_entity_type`| The entity type of the Log Analytics entity. |_none_|
25
25
|`oci_la_log_path`| Specifies the original location of the log files. |_none_|
26
-
|`oci_la_global_metadata`| Specifies additional global metadata along with original log content to Logging Analytics. The format is `key_name value`. This option can be set multiple times. |_none_|
27
-
|`oci_la_metadata`| Specifies additional metadata for a log event along with original log content to Logging Analytics. The format is `key_name value`. This option can be set multiple times. |_none_|
26
+
|`oci_la_global_metadata`| Specifies additional global metadata along with original log content to Log Analytics. The format is `key_name value`. This option can be set multiple times. |_none_|
27
+
|`oci_la_metadata`| Specifies additional metadata for a log event along with original log content to Log Analytics. The format is `key_name value`. This option can be set multiple times. |_none_|
28
28
29
29
### TLS/SSL
30
30
@@ -34,13 +34,13 @@ The OCI Logging Analytics output plugin supports TLS/SSL. For more details about
34
34
35
35
### Prerequisites
36
36
37
-
- You must onboard with the OCI Logging Analytics service for the minimum required policies in the OCI region where you want to monitor. Refer to [Logging Analytics Quick Start](https://docs.oracle.com/en-us/iaas/logging-analytics/doc/quick-start.html) for details.
37
+
- You must onboard with the OCI Log Analytics service for the minimum required policies in the OCI region where you want to monitor. Refer to [Log Analytics Quick Start](https://docs.oracle.com/en-us/iaas/log-analytics/doc/quick-start.html) for details.
38
38
39
-
- You must create one or more OCI Logging Analytics log groups. Refer to [Create Log Group](https://docs.oracle.com/en-us/iaas/logging-analytics/doc/create-logging-analytics-resources.html#GUID-D1758CFB-861F-420D-B12F-34D1CC5E3E0E) for details.
39
+
- You must create one or more OCI Log Analytics log groups. Refer to [Create Log Group](https://docs.oracle.com/en-us/iaas/log-analytics/doc/create-log-analytics-resources.html#GUID-D1758CFB-861F-420D-B12F-34D1CC5E3E0E) for details.
40
40
41
41
### Run the output plugin
42
42
43
-
To insert records into the OCI Logging Analytics service, you can run the plugin from the command line or through a configuration file.
43
+
To insert records into the OCI Log Analytics service, you can run the plugin from the command line or through a configuration file.
0 commit comments