Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.62 KB

GatewayUpdateLogForwardingSyslog.md

File metadata and controls

40 lines (34 loc) · 1.62 KB

Akeyless::GatewayUpdateLogForwardingSyslog

Properties

Name Type Description Notes
enable String Enable Log Forwarding [true/false] [optional][default to 'true']
enable_tls Boolean Enable tls relevant only for network type TCP [optional]
formatter String Syslog formatter [text/cef] [optional][default to 'text']
host String Syslog host [optional]
json Boolean Set output format to JSON [optional][default to false]
network String Syslog network [tcp/udp] [optional][default to 'tcp']
output_format String Logs format [text/json] [optional][default to 'text']
pull_interval String Pull interval in seconds [optional][default to '10']
target_tag String Syslog target tag [optional][default to 'use-existing']
tls_certificate String Syslog 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]

Example

require 'akeyless'

instance = Akeyless::GatewayUpdateLogForwardingSyslog.new(
  enable: null,
  enable_tls: null,
  formatter: null,
  host: null,
  json: null,
  network: null,
  output_format: null,
  pull_interval: null,
  target_tag: null,
  tls_certificate: null,
  token: null,
  uid_token: null
)