cvtienhoven / graylog-plugin-aggregates

Aggregates plugin for Graylog
https://marketplace.graylog.org
GNU General Public License v3.0
53 stars 12 forks source link

url prefix ignored #34

Closed fragfutter closed 6 years ago

fragfutter commented 6 years ago

proxying graylog with a prefix

rest_listen_uri = http://127.0.0.1:9000/graylog/api web_listen_uri = http://127.0.0.1:9000/graylog

so graylog is reachable via

http://some.server/graylog/

This prefix is ignored by the aggregate plugin.

Graylog -> Aggregates -> manage report schedules

results in

http://some.server/aggregates/schedules

cvtienhoven commented 6 years ago

Hi @fragfutter, could you please try if release 2.2.4 works for you? Thanks!

fragfutter commented 6 years ago

confirming that plugin version 2.2.4 with graylog 2.4.5 works.