docs: updated info for graylog (#7538)

* docs: updated info for graylog

per user in the forums with Graylog 2.2.3 this is needed.

* Update Graylog.md

* Update Graylog.md

* Update Graylog.md
This commit is contained in:
Kevin Krumm
2017-10-29 04:05:58 -05:00
committed by Daniel Preussker
parent 9d41301200
commit 6fab5166c5

View File

@@ -18,11 +18,15 @@ Config is simple, here's an example:
```php
$config['graylog']['server'] = 'http://127.0.0.1';
$config['graylog']['base_uri'] = '/somepath/';
$config['graylog']['port'] = 12900;
$config['graylog']['username'] = 'admin';
$config['graylog']['password'] = 'admin';
$config['graylog']['version'] = '2.1';
```
Note that For Graylog 2.2.3 version you need to manually add the following variable, otherwise you'll get a 404 reply:
`$config[graylog][base_uri] = /search/universal/relative;`
> Since Graylog 2.1, the default API path is /api/