Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.91 KB

File metadata and controls

46 lines (40 loc) · 1.91 KB

Akeyless::LogForwardingConfigPart

Properties

Name Type Description Notes
aws_s3_config AwsS3LogForwardingConfig [optional]
azure_analytics_config AzureLogAnalyticsForwardingConfig [optional]
datadog_config DatadogForwardingConfig [optional]
elasticsearch_config ElasticsearchLogForwardingConfig [optional]
google_chronicle_config GoogleChronicleForwardingConfig [optional]
json_output Boolean [optional]
logan_enable Boolean [optional]
logan_url String [optional]
logstash_config LogstashLogForwardingConfig [optional]
logz_io_config LogzIoLogForwardingConfig [optional]
pull_interval_sec String [optional]
splunk_config SplunkLogForwardingConfig [optional]
sumo_logic_config SumologicLogForwardingConfig [optional]
syslog_config SyslogLogForwardingConfig [optional]
target_log_type String [optional]

Example

require 'akeyless'

instance = Akeyless::LogForwardingConfigPart.new(
  aws_s3_config: null,
  azure_analytics_config: null,
  datadog_config: null,
  elasticsearch_config: null,
  google_chronicle_config: null,
  json_output: null,
  logan_enable: null,
  logan_url: null,
  logstash_config: null,
  logz_io_config: null,
  pull_interval_sec: null,
  splunk_config: null,
  sumo_logic_config: null,
  syslog_config: null,
  target_log_type: null
)