Skip to content

Commit

Permalink
New documentation on Logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 16, 2019
1 parent ddd988c commit 3fa9897
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/configuration.md
Expand Up @@ -73,6 +73,14 @@ The following are reserved configuration variables that modify Appier Extras beh
| **LOGGLY_BUFFER_SIZE** | `int` | The size of the buffer (in number of entries) until the buffer is flushed (defaults to `128`). |
| **LOGGLY_TIMEOUT** | `int` | The timeout in seconds in seconds until the buffer is flushed (defaults to `30`). |

### Logstash

| Name | Type | Description |
| ----- | ----- | ----- |
| **LOGSTASH_LOG** | `bool` | If the Logstash based logging handler should be activated on part load (defaults to `False`). |
| **LOGSTASH_BUFFER_SIZE** | `int` | The size of the buffer (in number of entries) until the buffer is flushed (defaults to `128`). |
| **LOGSTASH_TIMEOUT** | `int` | The timeout in seconds in seconds until the buffer is flushed (defaults to `30`). |

### Sematext

| Name | Type | Description |
Expand Down

0 comments on commit 3fa9897

Please sign in to comment.