<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.alf.digital/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.alf.digital/feed.php">
        <title>Tohuwabohu excorcism - devops:logging</title>
        <description></description>
        <link>https://wiki.alf.digital/</link>
        <image rdf:resource="https://wiki.alf.digital/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-23T15:08:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.alf.digital/doku.php?id=devops:logging:elk&amp;rev=1698822947&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alf.digital/doku.php?id=devops:logging:fluentd&amp;rev=1698822947&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alf.digital/doku.php?id=devops:logging:logspout&amp;rev=1698822947&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.alf.digital/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Tohuwabohu excorcism</title>
        <link>https://wiki.alf.digital/</link>
        <url>https://wiki.alf.digital/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.alf.digital/doku.php?id=devops:logging:elk&amp;rev=1698822947&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-01T07:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>elk</title>
        <link>https://wiki.alf.digital/doku.php?id=devops:logging:elk&amp;rev=1698822947&amp;do=diff</link>
        <description>ELK Stack

Elasticsearch 
LogStash
Kibana

A nice article
&lt;https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html&gt;

Java app logs to ELK

Here a good tutorial: &lt;https://balamaci.ro/java-app-monitoring-with-elk-logstash/&gt;

Java Side

SLF4j as a logging fascade.
Logback is used as logging engine.

build.gradle

Gradle config, for the logback


dependencies {


    // Logging Fascade. From now on - the log interface may be used in code
    // https://mvnrepository.com/artifact/o…</description>
    </item>
    <item rdf:about="https://wiki.alf.digital/doku.php?id=devops:logging:fluentd&amp;rev=1698822947&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-01T07:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fluentd</title>
        <link>https://wiki.alf.digital/doku.php?id=devops:logging:fluentd&amp;rev=1698822947&amp;do=diff</link>
        <description>FluentD

The Docker Logging solution.
Is capable to read docker logs directly form the engine.
Might replace LogStash in ELK stack.

&lt;https://www.fluentd.org/guides/recipes/docker-logging&gt;</description>
    </item>
    <item rdf:about="https://wiki.alf.digital/doku.php?id=devops:logging:logspout&amp;rev=1698822947&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-01T07:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>logspout</title>
        <link>https://wiki.alf.digital/doku.php?id=devops:logging:logspout&amp;rev=1698822947&amp;do=diff</link>
        <description>Logspout

Logspout is a log router for Docker containers that runs inside Docker. It attaches to all containers on a host, then routes their logs wherever you want. It also has an extensible module system.

It&#039;s a mostly stateless log appliance. It&#039;s not meant for managing log files or looking at history. It is just a means to get your logs out to live somewhere else, where they belong.</description>
    </item>
</rdf:RDF>
