Revert "docs: updated info for graylog" (#7578)

* Revert "Revert "feature: Allow snmpget in os discovery yaml (#7558)" (#7576)"

This reverts commit 426916dbe4.

* Revert "fix: lldp find_port_id finds not the most correct port (#7564)"

This reverts commit 7e05fff615.

* Revert "fix: Update RFC1123 Hostname Check (#7572)"

This reverts commit ebcfa45a93.

* Revert "docs: updated info for graylog (#7538)"

This reverts commit 6fab5166c5.
This commit is contained in:
Neil Lathwood
2017-10-29 20:10:49 +00:00
committed by GitHub
parent 3e94077a71
commit f36a954976

View File

@@ -18,15 +18,11 @@ 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/