Skip to content

Commit

Permalink
fix: Chronicle Transport Parameter in documentation (#1414)
Browse files Browse the repository at this point in the history
Fix chronicle transport doc
  • Loading branch information
Miguel Rodriguez authored Jan 8, 2024
1 parent fd7f767 commit 15987cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/chronicleforwarderexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Chronicle Forwarder Exporter is designed for forwarding logs to a Chronicle
| export_type | string | `syslog` | `true` | Type of export, either `syslog` or `file`. |
| raw_log_field | string | | `false` | The field name to send raw logs to Chronicle. |
| syslog.endpoint | string | `127.0.0.1:10514` | `false` | The Chronicle forwarder endpoint. |
| syslog.network | string | `tcp` | `false` | The network protocol to use (e.g., `tcp`, `udp`). |
| syslog.transport | string | `tcp` | `false` | The network protocol to use (e.g., `tcp`, `udp`). |
| syslog.tls.key_file | string | | `false` | Configure the receiver to use TLS. |
| syslog.tls.cert_file | string | | `false` | Configure the receiver to use TLS. |
| file.path | string | | `false` | The path to the file for storing logs. |
Expand Down

0 comments on commit 15987cb

Please sign in to comment.