Akeyless::GatewayUpdateLogForwardingDatadog
Name
Type
Description
Notes
api_key
String
Datadog api key
[optional]
enable
String
Enable Log Forwarding [true/false]
[optional][default to 'true']
host
String
Datadog host
[optional]
json
Boolean
Set output format to JSON
[optional][default to false]
log_service
String
Datadog log service
[optional][default to 'use-existing']
log_source
String
Datadog log source
[optional][default to 'use-existing']
log_tags
String
A comma-separated list of Datadog log tags formatted as "key:value" strings
[optional][default to 'use-existing']
output_format
String
Logs format [text/json]
[optional][default to 'text']
pull_interval
String
Pull interval in seconds
[optional][default to '10']
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
require 'akeyless'
instance = Akeyless ::GatewayUpdateLogForwardingDatadog . new (
api_key : null ,
enable : null ,
host : null ,
json : null ,
log_service : null ,
log_source : null ,
log_tags : null ,
output_format : null ,
pull_interval : null ,
token : null ,
uid_token : null
)