<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://prod.jnet.julianscorner.com/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://prod.jnet.julianscorner.com/feed.php">
        <title>Julian&#039;s Notebook - linux:elk</title>
        <description></description>
        <link>https://prod.jnet.julianscorner.com/</link>
        <image rdf:resource="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-08T23:53:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/elk/elasticsearch"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/elk/kibana"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/elk/logstash"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/elk/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png">
        <title>Julian's Notebook</title>
        <link>https://prod.jnet.julianscorner.com/</link>
        <url>https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/elk/elasticsearch">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Elastic Search</title>
        <link>https://prod.jnet.julianscorner.com/linux/elk/elasticsearch</link>
        <description>Install Elastic Search

First, make sure that all of the latest patches are installed.


sudo apt update
sudo apt dist-upgrade
sudo reboot


Configure Firewall:


sudo ufw allow ssh
sudo ufw allow 9200/tcp
sudo ufw allow 9300/tcp
sudo ufw enable


Install</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/elk/kibana">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Kibana</title>
        <link>https://prod.jnet.julianscorner.com/linux/elk/kibana</link>
        <description>Install Kibana

First, make sure that all of the latest patches are installed.


sudo apt update
sudo apt dist-upgrade
sudo reboot


Configure Firewall:


sudo ufw allow ssh
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw enable


Install Install Java

Add the Elastic Search Key and Software:</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/elk/logstash">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Logstash</title>
        <link>https://prod.jnet.julianscorner.com/linux/elk/logstash</link>
        <description>Install Logstash

Logstash is an open source data collection engine. It&#039;s designed to ingest data, usually logs. It can enhance or filter the data, and then forward it to a permanent back-end storage facility.

Make sure that all of the latest patches are installed.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/elk/start">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Centralized Logging</title>
        <link>https://prod.jnet.julianscorner.com/linux/elk/start</link>
        <description>Centralized Logging

Centralized logging can be very useful when attempting to identify problems with servers or applications, as it allows you to search through all of your logs in a single place. It is also useful because it allows you to identify issues that span multiple servers by correlating their logs during a specific time frame.</description>
    </item>
</rdf:RDF>
