Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.34 KB

GwUpdateRemoteAccessSessionLogsLogstash.md

File metadata and controls

36 lines (30 loc) · 1.34 KB

Akeyless::GwUpdateRemoteAccessSessionLogsLogstash

Properties

Name Type Description Notes
dns String Logstash dns [optional]
enable String Enable Log Forwarding [true/false] [optional][default to 'true']
enable_tls Boolean Enable tls [optional]
json Boolean Set output format to JSON [optional][default to false]
output_format String Logs format [text/json] [optional][default to 'text']
protocol String Logstash protocol [tcp/udp] [optional]
pull_interval String Pull interval in seconds [optional][default to '10']
tls_certificate String Logstash 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::GwUpdateRemoteAccessSessionLogsLogstash.new(
  dns: null,
  enable: null,
  enable_tls: null,
  json: null,
  output_format: null,
  protocol: null,
  pull_interval: null,
  tls_certificate: null,
  token: null,
  uid_token: null
)