Akeyless::GatewayUpdateLogForwardingSplunk
Name
Type
Description
Notes
enable
String
Enable Log Forwarding [true/false]
[optional][default to 'true']
enable_tls
Boolean
Enable tls
[optional]
index
String
Splunk index
[optional]
json
Boolean
Set output format to JSON
[optional][default to false]
output_format
String
Logs format [text/json]
[optional][default to 'text']
pull_interval
String
Pull interval in seconds
[optional][default to '10']
source
String
Splunk source
[optional][default to 'use-existing']
source_type
String
Splunk source type
[optional][default to 'use-existing']
splunk_token
String
Splunk token
[optional]
splunk_url
String
Splunk server URL
[optional]
tls_certificate
String
Splunk tls certificate
[optional][default to 'use-existing']
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 ::GatewayUpdateLogForwardingSplunk . new (
enable : null ,
enable_tls : null ,
index : null ,
json : null ,
output_format : null ,
pull_interval : null ,
source : null ,
source_type : null ,
splunk_token : null ,
splunk_url : null ,
tls_certificate : null ,
token : null ,
uid_token : null
)