Loggy Jr. for ASF Infra

Clone this repo:
  1. 6281a7a tweak (rename) this to not bork loggy when it sees an old skool apache log by Daniel Gruno · 1 year, 8 months ago master
  2. f5e8d1a Merge pull request #3 from apache/humbedooh/loggy-nextgen by fluxo · 1 year, 10 months ago
  3. 958993b pin ES to 7.13.0, don't want vendor incompatibility exceptions here by Daniel Gruno · 1 year, 10 months ago humbedooh/loggy-nextgen
  4. 979c016 treat encoding error as io error, close file by Daniel Gruno · 1 year, 10 months ago
  5. deeef81 ignore read errors due to bad encoding by Daniel Gruno · 1 year, 10 months ago

infrastructure-loggy

Loggy Jr. for ASF Infra

To enable via pipservice, add the following yaml to the applicable node/role yaml file:

pipservice:
  loggy:
    tag: master

There is a sample YAML config file in this repo. If you are checking out loggy locally, rename this file to loggy.yaml and edit accordingly.

As loggy's configuration may contain secrets, you may be required to define this in EYAML.

To do so, make use of pipservice's custom_yaml_content feature, like so:

pipservice::loggy::custom_yaml_content: DEC::GPG[yaml contents go here]

This will place a new loggy.yaml inside the /opt/loggy directory, with the eyaml contents you just defined here.