mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "docs: updated info for graylog" (#7578)
* Revert "Revert "feature: Allow snmpget in os discovery yaml (#7558)" (#7576)" This reverts commit426916dbe4
. * Revert "fix: lldp find_port_id finds not the most correct port (#7564)" This reverts commit7e05fff615
. * Revert "fix: Update RFC1123 Hostname Check (#7572)" This reverts commitebcfa45a93
. * Revert "docs: updated info for graylog (#7538)" This reverts commit6fab5166c5
.
This commit is contained in:
@@ -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/
|
||||
|
||||
|
Reference in New Issue
Block a user