<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get the journald logs from Universal Forwarder in JSON format to Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689478#M114755</link>
    <description>&lt;P&gt;yes, the data is sent from the Splunk UF --&amp;gt; Cribl (Stream / Worker) --&amp;gt; Splunk Indexer&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 04:34:06 GMT</pubDate>
    <dc:creator>Uzumaki</dc:creator>
    <dc:date>2024-06-04T04:34:06Z</dc:date>
    <item>
      <title>Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/681136#M113788</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;first of all, sorry for my bad English, I hope you can understand everything.&lt;/P&gt;&lt;P&gt;My goal is to get the journald logs from the universalforwarder in JSON format to Splunk. (Splunk/UF Version 9.1.2)&lt;/P&gt;&lt;P&gt;I use the app jorunald_input.&lt;/P&gt;&lt;P&gt;inputs.conf (UF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[journald://sshd]
index = test
sourcetype = test
journalctl-filter = _SYSTEMD_UNIT=sshd.service&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried different props.conf functions.&amp;nbsp;For example, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;props.conf (UF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[test]
INDEXED_EXTRACTIONS = json
KV_MODE = json
SHOULD_LINEMERGE=false
#INDEXED_EXTRACTIONS =json
#NO_BINARY_CHECK=true
#AUTO_KV_JSON = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the UF I check with the command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ps aux | grep journalctl&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whether the query is enabled.&lt;BR /&gt;It displays this command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;journalctl -f -o json --after-cursor s=a12345ab1abc12ab12345a01f1e920538;i=43a2c;b=c7efb124c33f43b0b0142ca0901ca8de;m=11aa0e450a21;t=233ae3422cd31;x=00af2c733a2cdfe7 _SYSTEMD_UNIT=sshd.service -q --output-fields PRIORITY,_SYSTEMD_UNIT,_SYSTEMD_CGROUP,_TRANSPORT,_PID,_UID,_MACHINE_ID,_GID,_COMM,_EXE,MESSAGE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can try it out by using this command in the cli&lt;/P&gt;&lt;P&gt;But I have to take out that part "--after-cursor ...."&lt;/P&gt;&lt;P&gt;So I run the following command on the CLI to keep track of the journald logs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;journalctl -f -o json _SYSTEMD_UNIT=sshd.service -q --output-fields PRIORITY,_SYSTEMD_UNIT,_SYSTEMD_CGROUP,_TRANSPORT,_PID,_UID,_MACHINE_ID,_GID,_COMM,_EXE,MESSAGE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Universal forwarder, the tracked journald logs will then look like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(It would be a nice JSON format)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a2c;b=a1aaa111a11aaa111aa000a0101;m=11aa00c5b9a0;t=233ae39a37aa2;x=00af2c733a2cdfe7", "__REALTIME_TIMESTAMP" : "1710831664593570", "__MONOTONIC_TIMESTAMP" : "27194940570016", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "PRIORITY" : "6", "_UID" : "0", "_MACHINE_ID" : "1111", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "MESSAGE" : "Invalid user asdf from 111.11.111.111 port 111", "_PID" : "1430615" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a2d;b=a1aaa111a11aaa111aa000a0101;m=11aa00ec25bf;t=233ae39c9e6c0;x=10ac2c735c2cdfe7", "__REALTIME_TIMESTAMP" : "1710831667111616", "__MONOTONIC_TIMESTAMP" : "27194943088063", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "_UID" : "0", "_MACHINE_ID" : "1111", "PRIORITY" : "5", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "MESSAGE" : "pam_unix(sshd:auth): check pass; user unknown", "_PID" : "1430615" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a2e;b=a1aaa111a11aaa111aa000a0101;m=11aa00ec278a;t=233ae39c9e88c;x=5fb4c21ae6130519", "__REALTIME_TIMESTAMP" : "1710831667112076", "__MONOTONIC_TIMESTAMP" : "27194943088522", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "_UID" : "0", "_MACHINE_ID" : "1111", "PRIORITY" : "5", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "MESSAGE" : "pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=111.11.111.111", "_PID" : "1430615" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a2f;b=a1aaa111a11aaa111aa000a0101;m=11aa0108f5bf;t=233ae39e6b6c0;x=d072e90acf887129", "__REALTIME_TIMESTAMP" : "1710831668999872", "__MONOTONIC_TIMESTAMP" : "27194944976319", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "PRIORITY" : "6", "_UID" : "0", "_MACHINE_ID" : "1111", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "_PID" : "1430615", "MESSAGE" : "Failed password for invalid user asdf from 111.11.111.111 port 111 ssh2" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a30;b=a1aaa111a11aaa111aa000a0101;m=11aa010e0295;t=233ae39ebc397;x=d1eb29e00003daa7", "__REALTIME_TIMESTAMP" : "1710831669330839", "__MONOTONIC_TIMESTAMP" : "27194945307285", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "_UID" : "0", "_MACHINE_ID" : "1111", "PRIORITY" : "5", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "MESSAGE" : "pam_unix(sshd:auth): check pass; user unknown", "_PID" : "1430615" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a31;b=a1aaa111a11aaa111aa000a0101;m=11aa012f0b3c;t=233ae3a0ccc3e;x=c33e28a6111c89ea", "__REALTIME_TIMESTAMP" : "1710831671495742", "__MONOTONIC_TIMESTAMP" : "27194947472188", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "PRIORITY" : "6", "_UID" : "0", "_MACHINE_ID" : "1111", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "_PID" : "1430615", "MESSAGE" : "Failed password for invalid user asdf from 111.11.111.111 port 111 ssh2" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a32;b=a1aaa111a11aaa111aa000a0101;m=11aa0135591b;t=233ae3a131a1d;x=45420f6d2ca07377", "__REALTIME_TIMESTAMP" : "1710831671908893", "__MONOTONIC_TIMESTAMP" : "27194947885339", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "_UID" : "0", "_MACHINE_ID" : "1111", "_GID" : "0", "PRIORITY" : "3", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "_PID" : "1430615", "MESSAGE" : "error: Received disconnect from 111.11.111.111 port 111:11: Unable to authenticate [preauth]" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a33;b=a1aaa111a11aaa111aa000a0101;m=11aa01355bee;t=233ae3a131cf0;x=15b1aa1201a45cdf", "__REALTIME_TIMESTAMP" : "1710831671909616", "__MONOTONIC_TIMESTAMP" : "27194947886062", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "PRIORITY" : "6", "_UID" : "0", "_MACHINE_ID" : "1111", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "_PID" : "1430615", "MESSAGE" : "Disconnected from invalid user asdf 111.11.111.111 port 111 [preauth]" }
{ "__CURSOR" : "s=a12345ab1abc12ab12345a01f1e920538;i=43a34;b=a1aaa111a11aaa111aa000a0101;m=11aa01355c42;t=233ae3a131d45;x=123f45a09e00a8a2", "__REALTIME_TIMESTAMP" : "1710831671909701", "__MONOTONIC_TIMESTAMP" : "27194947886146", "_BOOT_ID" : "a1aaa111a11aaa111aa000a0101", "_TRANSPORT" : "syslog", "_UID" : "0", "_MACHINE_ID" : "1111", "PRIORITY" : "5", "_GID" : "0", "_COMM" : "sshd", "_EXE" : "/usr/sbin/sshd", "_SYSTEMD_CGROUP" : "/system.slice/sshd.service", "_SYSTEMD_UNIT" : "sshd.service", "MESSAGE" : "PAM 1 more authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=111.11.111.111", "_PID" : "1430615" }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;(Example)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I look for the logs on the search head, they look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Invalid user asdf from 111.11.111.111 port 111pam_unix(sshd:auth): check pass; user unknownpam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=111.11.111.111Failed password for invalid user asdf from 111.11.111.111 port 111 ssh2pam_unix(sshd:auth): check pass; user unknownFailed password for invalid user asdf from 111.11.111.111 port 111 ssh2error: Received disconnect from 111.11.111.111 port 111:11: Unable to authenticate [preauth]Disconnected from invalid user asdf 111.11.111.111 port 111 [preauth]PAM 1 more authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=111.11.111.111&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why the logs are written together and not to be considered individually?&lt;/P&gt;&lt;P&gt;And why the logs are not in JSON format?&lt;/P&gt;&lt;P&gt;Can anyone tell me a solution for this on how to fix the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 07:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/681136#M113788</guid>
      <dc:creator>Uzumaki</dc:creator>
      <dc:date>2024-03-19T07:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/681921#M113930</link>
      <description>&lt;P&gt;Are there any sourcetype parsing issues in the splunkd.log on the receiving indexer/forwarder?&lt;/P&gt;&lt;P&gt;index=_internal host=&amp;lt;receiving indexer/forwarder&amp;gt; log_level!=INFO "test"&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 00:17:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/681921#M113930</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-03-26T00:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/683783#M114137</link>
      <description>&lt;P&gt;I can't see any sourcetype parsing issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I only see old bugs from testing the app. But these should not be necessary for us.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 06:28:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/683783#M114137</guid>
      <dc:creator>Uzumaki</dc:creator>
      <dc:date>2024-04-10T06:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/683790#M114139</link>
      <description>&lt;P&gt;Or is there an option to tell Splunk to insert a separator between the events and not write them directly together?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 07:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/683790#M114139</guid>
      <dc:creator>Uzumaki</dc:creator>
      <dc:date>2024-04-10T07:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/685440#M114363</link>
      <description>&lt;P&gt;is it important to know that I am sending the data via cribl workers and not using heavy forwarders?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 10:01:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/685440#M114363</guid>
      <dc:creator>Uzumaki</dc:creator>
      <dc:date>2024-04-25T10:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689476#M114754</link>
      <description>&lt;P&gt;You mentioned in your post you are using UF to send the data. Is the data going from Splunk UF --&amp;gt; Cribl --&amp;gt; Splunk indexer?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 03:41:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689476#M114754</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-06-04T03:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689478#M114755</link>
      <description>&lt;P&gt;yes, the data is sent from the Splunk UF --&amp;gt; Cribl (Stream / Worker) --&amp;gt; Splunk Indexer&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 04:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689478#M114755</guid>
      <dc:creator>Uzumaki</dc:creator>
      <dc:date>2024-06-04T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689479#M114756</link>
      <description>&lt;P&gt;I do not know much about Cribl, but these settings in props.conf might help:&lt;/P&gt;&lt;P&gt;props.conf on UF:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[test]
EVENT_BREAKER_ENABLE=true
EVENT_BREAKER=([\r\n]+)\{ \"__CURSOR\"&lt;/LI-CODE&gt;&lt;P&gt;props.conf on Indexer: (assuming REALTIME_TIMESTAMP is the timestamp field)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[test]
KV_MODE=JSON
SHOULD_LINEMERGE=false
LINE_BREAKER=([\r\n]+)\{ \"__CURSOR\"
MUST_BREAK_AFTER=\}
TIME_PREFIX=\"__REALTIME_TIMESTAMP\"\s\:\s\"
TIME_FORMAT=%s%6N
MAX_TIMESTAMP_LOOKAHEAD=18&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 05:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689479#M114756</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-06-04T05:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689495#M114764</link>
      <description>&lt;P&gt;It doesn't work like that. For TA_auditd to work you ingest contents of /var/log/audit/auditd.log in text form.&lt;/P&gt;&lt;P&gt;The settings you're trying to manipulate do completely different things - they tell Splunk how to _interpret_ the received data. You can't use them to make json from plain text or something like that.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 07:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689495#M114764</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-04T07:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get the journald logs from Universal Forwarder in JSON format to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689512#M114766</link>
      <description>&lt;P&gt;Sorry, I've opened a new post about my problem. I think that I have given some wrong information here, which I have noticed in the meantime.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Collect-journalctl-events-with-a-Splunk-UF-to-Cribl-Stream-in/m-p/689510#M114765" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Collect-journalctl-events-with-a-Splunk-UF-to-Cribl-Stream-in/m-p/689510#M114765&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 08:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Get-the-journald-logs-from-Universal-Forwarder-in-JSON-format-to/m-p/689512#M114766</guid>
      <dc:creator>Uzumaki</dc:creator>
      <dc:date>2024-06-04T08:24:49Z</dc:date>
    </item>
  </channel>
</rss>

