An open API service indexing awesome lists of open source software.

https://github.com/logicmonitor/lm-logs-fluentd-gcp-filter

Fluentd plugin providing resource mapping for GCP to forward logs to LM
https://github.com/logicmonitor/lm-logs-fluentd-gcp-filter

Last synced: 5 months ago
JSON representation

Fluentd plugin providing resource mapping for GCP to forward logs to LM

Awesome Lists containing this project

README

          

# lm-filter-gcp-fluentd
This filter plugin is provided for mapping the logs coming from GCP pubsub to '_lm.resourceId' which is used for sending GCP logs to LM https://www.logicmonitor.com/support/lm-logs/setting-up-gcp-logs-ingestion. The plugin maps the following services to '_lm.resourceId' in LM :
* Google Compute Engine
* Google Cloud Functions
* Google Cloud SQL
* Google Audit Logs
* Google Cloud Composer
* Google Cloud Run

## LogicMonitor properties

| Property | Description |
| --- | --- |
| `metadata_keys` | Array of keys to be added as metadata. Filter will look for these keys in fluentd record and extract those if exist. in case of nested json, whole sub json would be added. default ` ["severity", "logName", "labels", "resource.type", "resource.labels", "httpRequest"] ` . few keys will be renamed as part of metadata standardization in Logicmonitor : ` {"trace" => "trace_id", "spanId" => "span_id","resource.type" => "_type"}`|
| `use_default_severity` | When `true`, and log record does not have severity, log_level=`DEFAULT` would be added to log. default `false`. |
| `lm_tenant_id` | tenant id to be added as event metadata. This will be added directly into metadata as `_lm.tenantId` |