Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmoore authored Sep 11, 2019
1 parent 7065a06 commit 848a7b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Follow instructions [here](https://www.elastic.co/guide/en/logstash/7.2/java-inp

Every default input option (besides codec) is accepted.

| Key | Type | Description | Default |
| Key | Type | Description | Default |
| -----|-------|-------------|-------- |
| host | String | Hostname to listen on | 0.0.0.0 |
| port | String | Port to listen on | 24284 |
| shared_key | String | A shared key that must match between fluentd outputs and this input. This property is required. | |
| self_hostname | String | Hostname of server, validated against client. If using a load balancer, set this to the load balancer name. | auto generated |
| ssl_version | String | SSL version to use | TLSv1.2 |
| ssl_ciphers | String | Comma separated list of ciphers to enable | |
Expand Down

0 comments on commit 848a7b8

Please sign in to comment.