curl --request PATCH \
--url https://api.cpln.io/org/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [
"description"
],
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [
"logging"
],
"logging": {
"$drop": [
"s3"
],
"s3": {
"$drop": [
"bucket"
],
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"$replace/s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"$drop": [
"cluster"
],
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"$replace/coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"$drop": [
"host"
],
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"$replace/datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"$drop": [
"listenerHost"
],
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"$replace/logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"$drop": [
"aws"
],
"aws": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"$replace/aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"$drop": [
"index"
],
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"$replace/elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
},
"$replace/generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"$replace/elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"$drop": [
"region"
],
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {},
"$replace/extractFields": {}
},
"$replace/cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123
},
"$replace/fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"$drop": [
"credentials"
],
"credentials": "<string>",
"location": "us-east1"
},
"$replace/stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
},
"$replace/syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"$replace/logging": {
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"$drop/extraLogging": [
"<string>"
],
"$append/extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"$patch/extraLogging": [
{
"$drop": [
"s3"
],
"s3": {
"$drop": [
"bucket"
],
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"$replace/s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"$drop": [
"cluster"
],
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"$replace/coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"$drop": [
"host"
],
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"$replace/datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"$drop": [
"listenerHost"
],
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"$replace/logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"$drop": [
"aws"
],
"aws": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"$replace/aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"$drop": [
"index"
],
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"$replace/elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
},
"$replace/generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"$replace/elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"$drop": [
"region"
],
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {},
"$replace/extractFields": {}
},
"$replace/cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123
},
"$replace/fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"$drop": [
"credentials"
],
"credentials": "<string>",
"location": "us-east1"
},
"$replace/stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
},
"$replace/syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"$retain/extraLogging": [
"<string>"
],
"tracing": {
"$drop": [
"sampling"
],
"sampling": 123,
"lightstep": {
"$drop": [
"endpoint"
],
"endpoint": "<string>",
"credentials": "<string>"
},
"$replace/lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"$replace/customTags": {},
"provider": {
"$drop": [
"otel"
],
"otel": {
"$drop": [
"endpoint"
],
"endpoint": "<string>"
},
"$replace/otel": {
"endpoint": "<string>"
},
"lightstep": {
"$drop": [
"endpoint"
],
"endpoint": "<string>",
"credentials": "<string>"
},
"$replace/lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {},
"$replace/controlplane": {}
},
"$replace/provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"$replace/tracing": {
"sampling": 123,
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"sessionTimeoutSeconds": 123,
"authConfig": {
"$drop": [
"domainAutoMembers"
],
"domainAutoMembers": [
"<string>"
],
"$drop/domainAutoMembers": [
"<string>"
],
"$append/domainAutoMembers": [
"<string>"
],
"$retain/domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"$replace/authConfig": {
"domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"observability": {
"$drop": [
"logsRetentionDays"
],
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
],
"$drop/defaultAlertEmails": [
"<string>"
],
"$append/defaultAlertEmails": [
"<string>"
],
"$retain/defaultAlertEmails": [
"<string>"
]
},
"$replace/observability": {
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
]
},
"security": {
"$drop": [
"threatDetection"
],
"threatDetection": {
"$drop": [
"enabled"
],
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"$drop": [
"transport"
],
"transport": "tcp",
"host": "<string>",
"port": 123
},
"$replace/syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
},
"$replace/threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
},
"$replace/security": {
"threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
}
},
"$replace/spec": {
"logging": {
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"tracing": {
"sampling": 123,
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"sessionTimeoutSeconds": 123,
"authConfig": {
"domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"observability": {
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
]
},
"security": {
"threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
}
}
}
'{
"id": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"name": "<string>",
"spec": {
"logging": {
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"tracing": {
"sampling": 123,
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"sessionTimeoutSeconds": 123,
"authConfig": {
"domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"observability": {
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
]
},
"security": {
"threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
}
},
"status": {
"accountLink": "<string>",
"active": true,
"endpointPrefix": "<string>"
}
}curl --request PATCH \
--url https://api.cpln.io/org/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [
"description"
],
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [
"logging"
],
"logging": {
"$drop": [
"s3"
],
"s3": {
"$drop": [
"bucket"
],
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"$replace/s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"$drop": [
"cluster"
],
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"$replace/coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"$drop": [
"host"
],
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"$replace/datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"$drop": [
"listenerHost"
],
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"$replace/logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"$drop": [
"aws"
],
"aws": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"$replace/aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"$drop": [
"index"
],
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"$replace/elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
},
"$replace/generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"$replace/elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"$drop": [
"region"
],
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {},
"$replace/extractFields": {}
},
"$replace/cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123
},
"$replace/fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"$drop": [
"credentials"
],
"credentials": "<string>",
"location": "us-east1"
},
"$replace/stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
},
"$replace/syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"$replace/logging": {
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"$drop/extraLogging": [
"<string>"
],
"$append/extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"$patch/extraLogging": [
{
"$drop": [
"s3"
],
"s3": {
"$drop": [
"bucket"
],
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"$replace/s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"$drop": [
"cluster"
],
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"$replace/coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"$drop": [
"host"
],
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"$replace/datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"$drop": [
"listenerHost"
],
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"$replace/logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"$drop": [
"aws"
],
"aws": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"$replace/aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"$drop": [
"index"
],
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"$replace/elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
},
"$replace/generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"$replace/elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"$drop": [
"region"
],
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {},
"$replace/extractFields": {}
},
"$replace/cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123
},
"$replace/fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"$drop": [
"credentials"
],
"credentials": "<string>",
"location": "us-east1"
},
"$replace/stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"$drop": [
"host"
],
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
},
"$replace/syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"$retain/extraLogging": [
"<string>"
],
"tracing": {
"$drop": [
"sampling"
],
"sampling": 123,
"lightstep": {
"$drop": [
"endpoint"
],
"endpoint": "<string>",
"credentials": "<string>"
},
"$replace/lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"$replace/customTags": {},
"provider": {
"$drop": [
"otel"
],
"otel": {
"$drop": [
"endpoint"
],
"endpoint": "<string>"
},
"$replace/otel": {
"endpoint": "<string>"
},
"lightstep": {
"$drop": [
"endpoint"
],
"endpoint": "<string>",
"credentials": "<string>"
},
"$replace/lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {},
"$replace/controlplane": {}
},
"$replace/provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"$replace/tracing": {
"sampling": 123,
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"sessionTimeoutSeconds": 123,
"authConfig": {
"$drop": [
"domainAutoMembers"
],
"domainAutoMembers": [
"<string>"
],
"$drop/domainAutoMembers": [
"<string>"
],
"$append/domainAutoMembers": [
"<string>"
],
"$retain/domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"$replace/authConfig": {
"domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"observability": {
"$drop": [
"logsRetentionDays"
],
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
],
"$drop/defaultAlertEmails": [
"<string>"
],
"$append/defaultAlertEmails": [
"<string>"
],
"$retain/defaultAlertEmails": [
"<string>"
]
},
"$replace/observability": {
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
]
},
"security": {
"$drop": [
"threatDetection"
],
"threatDetection": {
"$drop": [
"enabled"
],
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"$drop": [
"transport"
],
"transport": "tcp",
"host": "<string>",
"port": 123
},
"$replace/syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
},
"$replace/threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
},
"$replace/security": {
"threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
}
},
"$replace/spec": {
"logging": {
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"tracing": {
"sampling": 123,
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"sessionTimeoutSeconds": 123,
"authConfig": {
"domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"observability": {
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
]
},
"security": {
"threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
}
}
}
'{
"id": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"name": "<string>",
"spec": {
"logging": {
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
},
"extraLogging": [
{
"s3": {
"bucket": "<string>",
"region": "<string>",
"prefix": "/",
"credentials": "<string>"
},
"coralogix": {
"cluster": "coralogix.com",
"credentials": "<string>",
"app": "<string>",
"subsystem": "<string>"
},
"datadog": {
"host": "http-intake.logs.datadoghq.com",
"credentials": "<string>"
},
"logzio": {
"listenerHost": "listener.logz.io",
"credentials": "<string>"
},
"elastic": {
"aws": {
"host": "<string>",
"port": 123,
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"region": "<string>"
},
"elasticCloud": {
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"cloudId": "<string>"
},
"generic": {
"host": "<string>",
"port": 123,
"path": "<string>",
"index": "<string>",
"type": "<string>",
"credentials": "<string>",
"username": "<string>",
"password": "<string>"
}
},
"cloudWatch": {
"region": "us-east-1",
"credentials": "<string>",
"retentionDays": 123,
"groupName": "<string>",
"streamName": "<string>",
"extractFields": {}
},
"fluentd": {
"host": "<string>",
"port": 123
},
"stackdriver": {
"credentials": "<string>",
"location": "us-east1"
},
"syslog": {
"host": "<string>",
"port": 123,
"mode": "tcp",
"format": "rfc5424",
"severity": 123
}
}
],
"tracing": {
"sampling": 123,
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"customTags": {},
"provider": {
"otel": {
"endpoint": "<string>"
},
"lightstep": {
"endpoint": "<string>",
"credentials": "<string>"
},
"controlplane": {}
}
},
"sessionTimeoutSeconds": 123,
"authConfig": {
"domainAutoMembers": [
"<string>"
],
"samlOnly": true
},
"observability": {
"logsRetentionDays": 123,
"metricsRetentionDays": 123,
"tracesRetentionDays": 123,
"defaultAlertEmails": [
"<string>"
]
},
"security": {
"threatDetection": {
"enabled": true,
"minimumSeverity": "warning",
"syslog": {
"transport": "tcp",
"host": "<string>",
"port": 123
}
}
}
},
"status": {
"accountLink": "<string>",
"active": true,
"endpointPrefix": "<string>"
}
}Service account key can be used as API keys
description, tags, spec 250Show child attributes
logging, extraLogging, tracing, sessionTimeoutSeconds, authConfig, observability, security Show child attributes
s3, coralogix, datadog, logzio, elastic, cloudWatch, fluentd, stackdriver, syslog Show child attributes
cluster, credentials, app, subsystem coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
host, credentials http-intake.logs.datadoghq.com, http-intake.logs.us3.datadoghq.com, http-intake.logs.us5.datadoghq.com, http-intake.logs.datadoghq.eu Show child attributes
aws, elasticCloud, generic Show child attributes
host, port, index, type, credentials, region Show child attributes
Show child attributes
Show child attributes
host, port, path, index, type, credentials, username, password Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
region, credentials, retentionDays, groupName, streamName, extractFields us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
credentials, location us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
host, port, mode, format, severity tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
s3, coralogix, datadog, logzio, elastic, cloudWatch, fluentd, stackdriver, syslog Show child attributes
Show child attributes
cluster, credentials, app, subsystem coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
host, credentials http-intake.logs.datadoghq.com, http-intake.logs.us3.datadoghq.com, http-intake.logs.us5.datadoghq.com, http-intake.logs.datadoghq.eu Show child attributes
aws, elasticCloud, generic Show child attributes
host, port, index, type, credentials, region Show child attributes
Show child attributes
index, type, credentials, cloudId Show child attributes
host, port, path, index, type, credentials, username, password Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
region, credentials, retentionDays, groupName, streamName, extractFields us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
credentials, location us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
host, port, mode, format, severity tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
sampling, lightstep, customTags, provider Show child attributes
otel, lightstep, controlplane Show child attributes
Show child attributes
Show child attributes
Show child attributes
domainAutoMembers, samlOnly Show child attributes
logsRetentionDays, metricsRetentionDays, tracesRetentionDays, defaultAlertEmails these emails are configured as alert recipients in grafana when the grafana-default-email contact delivery type is Email
Show child attributes
these emails are configured as alert recipients in grafana when the grafana-default-email contact delivery type is Email
Show child attributes
threatDetection Show child attributes
enabled, minimumSeverity, syslog whether or not detected threats should be forwarded
any threats with this severity and more severe will be sent. Others will be ignored
warning, error, critical Show child attributes
transport, host, port the transport-layer protocol to send the syslog messages over. If TCP is chosen, messages will be sent with TLS.
tcp, udp the hostname to send syslog messages to
the port to send syslog messages to
configuration for syslog forwarding
Show child attributes
the transport-layer protocol to send the syslog messages over. If TCP is chosen, messages will be sent with TLS.
tcp, udp the hostname to send syslog messages to
the port to send syslog messages to
configure detected threats to be forwarded using a specified protocol
Show child attributes
whether or not detected threats should be forwarded
any threats with this severity and more severe will be sent. Others will be ignored
warning, error, critical configuration for syslog forwarding
Show child attributes
the transport-layer protocol to send the syslog messages over. If TCP is chosen, messages will be sent with TLS.
tcp, udp the hostname to send syslog messages to
the port to send syslog messages to
Show child attributes
configure detected threats to be forwarded using a specified protocol
Show child attributes
whether or not detected threats should be forwarded
any threats with this severity and more severe will be sent. Others will be ignored
warning, error, critical configuration for syslog forwarding
Show child attributes
the transport-layer protocol to send the syslog messages over. If TCP is chosen, messages will be sent with TLS.
tcp, udp the hostname to send syslog messages to
the port to send syslog messages to
Show child attributes
Show child attributes
Show child attributes
coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
coralogix.com, coralogix.us, app.coralogix.in, app.eu2.coralogix.com, app.coralogixsg.com Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
Show child attributes
these emails are configured as alert recipients in grafana when the grafana-default-email contact delivery type is Email
Show child attributes
configure detected threats to be forwarded using a specified protocol
Show child attributes
whether or not detected threats should be forwarded
any threats with this severity and more severe will be sent. Others will be ignored
warning, error, critical configuration for syslog forwarding
Show child attributes
the transport-layer protocol to send the syslog messages over. If TCP is chosen, messages will be sent with TLS.
tcp, udp the hostname to send syslog messages to
the port to send syslog messages to
Success
25064Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-north-1, me-south-1, sa-east-1, af-south-1 Show child attributes
us-east1, us-east4, us-central1, us-west1, europe-west4, europe-west1, europe-west3, europe-west2, asia-east1, asia-southeast1, asia-northeast1, asia-south1, australia-southeast1, southamerica-east1, africa-south1, asia-east2, asia-northeast2, asia-northeast3, asia-south2, asia-southeast2, australia-southeast2, europe-central2, europe-north1, europe-southwest1, europe-west10, europe-west12, europe-west6, europe-west8, europe-west9, me-central1, me-central2, me-west1, northamerica-northeast1, northamerica-northeast2, southamerica-west1, us-east5, us-south1, us-west2, us-west3, us-west4 Show child attributes
tcp, udp, tls rfc3164, rfc5424 Emergency (EMERG) (severity level 0): System is unusable.
Alert (ALERT) (severity level 1): Action must be taken immediately.
Critical (CRIT) (severity level 2): Critical conditions.
Error (ERR) (severity level 3): Error conditions.
Warning (WARNING) (severity level 4): Warning conditions.
Notice (NOTICE) (severity level 5): Normal but significant conditions.
Informational (INFO) (severity level 6): Informational messages.
Debug (DEBUG) (severity level 7): Debug-level messages.
Show child attributes
Show child attributes
Show child attributes
these emails are configured as alert recipients in grafana when the grafana-default-email contact delivery type is Email
Show child attributes
configure detected threats to be forwarded using a specified protocol
Show child attributes
whether or not detected threats should be forwarded
any threats with this severity and more severe will be sent. Others will be ignored
warning, error, critical configuration for syslog forwarding
Show child attributes
the transport-layer protocol to send the syslog messages over. If TCP is chosen, messages will be sent with TLS.
tcp, udp the hostname to send syslog messages to
the port to send syslog messages to