~graylog-charmers/charm-graylog:master

Last commit made on 2020-02-26
Get this branch:
git clone -b master https://git.launchpad.net/~graylog-charmers/charm-graylog
Members of Graylog Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~graylog-charmers/charm-graylog

Recent commits

e1010c1... by Xav Paice

Merge branch 'bug/1818615'

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

d86256c... by Xav Paice

Merge branch 'lp1805043'

ef80096... by Giuseppe Petralia

Add ignore-indexer-failures action

When the action is run, all the index failures happened before that time
are ignored by the nrpe check.

Closes-Bug: #1805043

aae4025... by Xav Paice

Merge branch 'lag_time_hours'

facc298... by Wouter van Bommel

Opinionate the charm

With this commit we force to look back for only 1 hour, when it comes to
index failures, and not the 24 hours like it was before

4a340c2... by Nicolas Pochet

Provide beats_port when beats client is connected

d1755d1... by Xav Paice

Merge remote-tracking branch 'vultaire/graylog-client-refactoring'

Extracted function for default GraylogApi client

5a7990f... by Paul Goins

Rework Makefile for deprecated settings

Reviewed-on: https://code.launchpad.net/~vultaire/graylog-charm/+git/graylog-charm/+merge/379029
Reviewed-by: Xav Paice <email address hidden>

9e01c58... by Paul Goins

Adding initial zaza tests via "tox -e func"

This patch provides zaza-compatible ports of the charm's original
amulet-based test suite along with the relevant modifications
necessary to enable them to be run. This is intended to provide a
base for future development which includes functional testing.

Reviewed-on: https://code.launchpad.net/~vultaire/graylog-charm/+git/graylog-charm/+merge/378537
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: Alvaro Uria <email address hidden>