~xavpaice/charm-graylog:bug/1818615

Last commit made on 2020-02-25
Get this branch:
git clone -b bug/1818615 https://git.launchpad.net/~xavpaice/charm-graylog
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
bug/1818615
Repository:
lp:~xavpaice/charm-graylog

Recent commits

de6bd79... by Wouter van Bommel

Determine default network interface

The behaviour around the rest_transport_uri has been changed in such a
way that it now is allowed to specify 0.0.0.0 as the default address.
This will trigger a piece of code that will substitute this address with
the ip address connected to the default gateway interface.
This should give the sane results in most situations, while it still
allows to be overridden.

This commit fixes bug: lp:1818615

c8f1540... by Peter Sabaini

Elim. superfluous branch, formatting

0fbeb7f... by Peter Sabaini

Address review comments

97dbf06... by Peter Sabaini

Address review comments

41cabbc... by Peter Sabaini

Address review comments

74869dd... by Peter Sabaini

Add functional testing

Add some functional testing for verifying elasticsearch, the graylog
API, various operational parameters and the search functionality

0036ea9... by Seyeong Kim

Fixing typo for http_external_uri from web_endpoint_uri

Fixing typo for http_external_uri,
currently it is rest_endpoint_uri.

7cb4b82... by Kevin W Monroe

Enable snap 'channel' config so users can switch between graylog versions.

Reviewed-on: https://code.launchpad.net/~graylog-charmers/graylog-charm/+git/graylog-charm/+merge/371274
Reviewed-by: Stuart Bishop <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

1b0b6d2... by Kevin W Monroe

reconfigure nagios when api changes

24c8f89... by Kevin W Monroe

leader password data

All graylog peers should have the same admin and secret password config.
It's ok for this data to change during graylog's lifecycle, but it must
have a common value amongst peers. When upgrading from v2 to v3, keep the
same pre-upgrade data by setting it in unitdata and not configuring
graylog until it is available.