~lihuiguo/charm-graylog:stable/20.05

Last commit made on 2020-05-18
Get this branch:
git clone -b stable/20.05 https://git.launchpad.net/~lihuiguo/charm-graylog
Only Linda Guo can upload to this branch. If you are Linda Guo please log in for upload directions.

Branch merges

Branch information

Name:
stable/20.05
Repository:
lp:~lihuiguo/charm-graylog

Recent commits

bb1d1c3... by Paul Goins

Handle REST API not being up yet

configure_graylog_api() does a REST API check, and should only be
called after ES and MongoDB relations are both handled, but may be
called before the REST API has fully come up. We should allow for
this in a clean way.

Addresses lp#1879363.

07720af... by Xav Paice

Merge branch 'bug/1837826'

c94cfae... by Jeremy Lounder

Merge branch 'bug/1869140'

933dbeb... by Jeremy Lounder

Added test_value_none to config tests

bc6fb66... by Jeremy Lounder

Merge branch 'bug/1764394'

b3fb690... by Jose Guedez

Check that the graylog configuration is in place before configuring

Closes bug LP: #1764394

59d472e... by Jose Guedez

Update set_conf so it only ignores empty values

Closes bug LP: #1869140

a6ae746... by Jose Guedez

Merge branch 'bug/1867724'

cde97d3... by Jose Guedez

Fixes the broken functional tests for Graylog3

Closes bug LP: #1867724

e774f7f... by Jose Guedez

Only the leader creates the nagios user for the nrpe-external-master relation

Closes bug LP: #1846364