gwUpdateRemoteAccessSessionLogsElasticsearch is a command that updates session log forwarding config (elasticsearch target)
| Name | Type | Description | Notes |
|---|---|---|---|
| api_key | str | Elasticsearch api key relevant only for api_key auth-type | [optional] |
| auth_type | str | Elasticsearch auth type [api_key/password] | [optional] |
| cloud_id | str | Elasticsearch cloud id relevant only for cloud server-type | [optional] |
| enable | str | Enable Log Forwarding [true/false] | [optional] [default to 'true'] |
| enable_tls | bool | Enable tls | [optional] |
| index | str | Elasticsearch index | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| nodes | str | Elasticsearch nodes relevant only for nodes server-type | [optional] |
| output_format | str | Logs format [text/json] | [optional] [default to 'text'] |
| password | str | Elasticsearch password relevant only for password auth-type | [optional] |
| pull_interval | str | Pull interval in seconds | [optional] [default to '10'] |
| server_type | str | Elasticsearch server type [cloud/nodes] | [optional] |
| tls_certificate | str | Elasticsearch tls certificate | [optional] [default to 'use-existing'] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| user_name | str | Elasticsearch user name relevant only for password auth-type | [optional] |