Skip to content

Commit ab21009

Browse files
authored
Merge pull request #2035 from rghouzra/rename
2 parents bf4591a + 19596b2 commit ab21009

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pipeline/outputs/oci-logging-analytics.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: Send logs to Oracle Cloud Infrastructure Logging Analytics Service
2+
description: Send logs to Oracle Cloud Infrastructure Log Analytics Service
33
---
44

55
# Oracle Cloud Infrastructure Logging Analytics
66

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.
88

99
## Configuration parameters
1010

@@ -18,13 +18,13 @@ This plugin uses the following configuration parameters:
1818
| `proxy` | The proxy name, in `http://host:port` format. Only supports HTTP protocol. | _none_ |
1919
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `1` |
2020
| `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_ |
2525
| `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_ |
2828

2929
### TLS/SSL
3030

@@ -34,13 +34,13 @@ The OCI Logging Analytics output plugin supports TLS/SSL. For more details about
3434

3535
### Prerequisites
3636

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.
3838

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-logging-analytics-resources.html#GUID-D1758CFB-861F-420D-B12F-34D1CC5E3E0E) for details.
4040

4141
### Run the output plugin
4242

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.
4444

4545
#### Command line
4646

0 commit comments

Comments
 (0)