<?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: How to create Table from log with csv format? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584241#M47894</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow it is still not working. It is not showing the results in the table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="svenrieder_0-1644400086599.png" style="width: 499px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17879i67ABFBCDF95D19AD/image-dimensions/499x155?v=v2" width="499" height="155" role="button" title="svenrieder_0-1644400086599.png" alt="svenrieder_0-1644400086599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 09:49:05 GMT</pubDate>
    <dc:creator>svenrieder</dc:creator>
    <dc:date>2022-02-09T09:49:05Z</dc:date>
    <item>
      <title>.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583921#M47842</link>
      <description>&lt;P&gt;This Question got deleted.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 17:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583921#M47842</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-23T17:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583924#M47843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242841"&gt;@svenrieder&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to index your csv using the INDEXED_EXTRACTION mode, for more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Data/Extractfieldsfromfileswithstructureddata" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in few words, you have to put in your props.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[your_sourcetype]
HEADER_FIELD_LINE_NUMBER=1
TIMESTAMP_FIELDS=TimeStamp
FIELD_DELIMITER=,
FIELD_QUOTE="&lt;/LI-CODE&gt;&lt;P&gt;I don't see in your sample the TimeStamp, if you haven't don't use the TIMESTAMP_FIELDS option.&lt;/P&gt;&lt;P&gt;The easiest approach is to try to index a sample of your csv files using the "Add Data" function [Settings -- Add Data], that guides you in the sourcetype definition.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 11:49:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583924#M47843</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-07T11:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583930#M47846</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I can't do that, as I work in a large Company and dont have the rights to do that.&lt;/P&gt;&lt;P&gt;Isn't it possible to do that with a Splunk Search? If not it would also be possible for me to write every row into a seperate log-file if its possible that way.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 12:41:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583930#M47846</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-07T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583931#M47847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242841"&gt;@svenrieder&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, you could extract all the fields at search time&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| rex "\"(?&amp;lt;Plugin_Name&amp;gt;[^\"]+)\",\"(?&amp;lt;Severity&amp;gt;[^\"]+)\",\"(?&amp;lt;IP_Address&amp;gt;]\"]+)\",\"(?&amp;lt;NetBIOS_Name&amp;gt;[^\"]+)\",\"(?&amp;lt;DNS_Name&amp;gt;[^\"]+)\",\"(?&amp;lt;MAC_Address&amp;gt;[^\"]+)\",\"(?&amp;lt;Repository&amp;gt;[^\"]+)\",\"(?&amp;lt;Agent_ID&amp;gt;[\"]+)\""
| table PluginName Severity IP_Address NetBIOS_Name DNS_Name MAC_Address Repository Agent_ID&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 12:53:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/583931#M47847</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-07T12:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584001#M47864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats perfect thank you! Now the string with that Information is in the Field "Data" From the Event:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="svenrieder_1-1644259184092.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17842i10832D04758CECAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="svenrieder_1-1644259184092.png" alt="svenrieder_1-1644259184092.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do you tell the rex where the information to filter is?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 18:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584001#M47864</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-07T18:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584045#M47867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242841"&gt;@svenrieder&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as you can see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Rex" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Rex&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have to little modify the search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| rex field=Data "\"(?&amp;lt;Plugin_Name&amp;gt;[^\"]+)\",\"(?&amp;lt;Severity&amp;gt;[^\"]+)\",\"(?&amp;lt;IP_Address&amp;gt;]\"]+)\",\"(?&amp;lt;NetBIOS_Name&amp;gt;[^\"]+)\",\"(?&amp;lt;DNS_Name&amp;gt;[^\"]+)\",\"(?&amp;lt;MAC_Address&amp;gt;[^\"]+)\",\"(?&amp;lt;Repository&amp;gt;[^\"]+)\",\"(?&amp;lt;Agent_ID&amp;gt;[\"]+)\""
| table PluginName Severity IP_Address NetBIOS_Name DNS_Name MAC_Address Repository Agent_ID&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;addinf "field=Data" to the rex command.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 07:17:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584045#M47867</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-08T07:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584048#M47868</link>
      <description>&lt;P&gt;Ask "the splunk guys" to define proper extractions. After all that's the point of using splunk - to have actionable data. If they're just ingesting everything "as is" without caring what it's used for, you're kind of wasting your license.&lt;/P&gt;&lt;P&gt;And you can define your own field extractions so you don't have to type in the rex command every time.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 07:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584048#M47868</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-02-08T07:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584241#M47894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow it is still not working. It is not showing the results in the table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="svenrieder_0-1644400086599.png" style="width: 499px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17879i67ABFBCDF95D19AD/image-dimensions/499x155?v=v2" width="499" height="155" role="button" title="svenrieder_0-1644400086599.png" alt="svenrieder_0-1644400086599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 09:49:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584241#M47894</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-09T09:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584246#M47895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242841"&gt;@svenrieder&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that somehow there's some difference in the log format, you have to identify these differences and modify the regex used for the extractions.&lt;/P&gt;&lt;P&gt;If you could identify the events with different logs and share them I could help you in regex update.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 10:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584246#M47895</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-09T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584256#M47897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your Help! The Event looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="svenrieder_0-1644404381181.png" style="width: 633px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17880i015EBB4712FA08B9/image-dimensions/633x106?v=v2" width="633" height="106" role="button" title="svenrieder_0-1644404381181.png" alt="svenrieder_0-1644404381181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 11:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584256#M47897</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-09T11:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584259#M47898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242841"&gt;@svenrieder&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I found that sometimes some of the fields could be empty.&lt;/P&gt;&lt;P&gt;This can be managed using "*" instead "+" in the regex, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| rex field=Data "\"(?&amp;lt;Plugin_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;Severity&amp;gt;[^\"]*)\",\"(?&amp;lt;IP_Address&amp;gt;]\"]*)\",\"(?&amp;lt;NetBIOS_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;DNS_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;MAC_Address&amp;gt;[^\"]*)\",\"(?&amp;lt;Repository&amp;gt;[^\"]*)\",\"(?&amp;lt;Agent_ID&amp;gt;[\"]*)\""
| table PluginName Severity IP_Address NetBIOS_Name DNS_Name MAC_Address Repository Agent_ID&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 11:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584259#M47898</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-09T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584291#M47902</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay&amp;nbsp; it worked, thanks! I now used different attributes for testing the Search:&lt;BR /&gt;Name, Website, Country&lt;/P&gt;&lt;P&gt;The log is read by Splunk without making a new line which means the csv that looked like this:&lt;BR /&gt;"Thomas","thomas.com","England"&lt;BR /&gt;"Luca","luca.com","USA"&lt;/P&gt;&lt;P&gt;Looks like this in Splunk:&lt;BR /&gt;"Thomas","thomas.com","England" "Luca","luca.com","USA"&lt;/P&gt;&lt;P&gt;So the Search is showing the Table with the first line only:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="svenrieder_0-1644415347076.png" style="width: 706px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17888i87C699EB1D926F0F/image-dimensions/706x142?v=v2" width="706" height="142" role="button" title="svenrieder_0-1644415347076.png" alt="svenrieder_0-1644415347076.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I have to configure the log input or the splunk search so it lists every line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584291#M47902</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-09T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584295#M47903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242841"&gt;@svenrieder&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: in each event you have the header (that contains all the field names) and the values or only on some events?&lt;/P&gt;&lt;P&gt;my regex is done for events with only the values, without the field names.&lt;/P&gt;&lt;P&gt;if you have some events with only the values and others with header and values, I hint to skeak with the people who created the parser because there's an error in parsing!&lt;/P&gt;&lt;P&gt;Anyway, in this case you could use two different regexes: one for events with only values (the one I already sent you) and another one for the events with both field names and values:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| rex field=Data "\"(?&amp;lt;Plugin_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;Severity&amp;gt;[^\"]*)\",\"(?&amp;lt;IP_Address&amp;gt;]\"]*)\",\"(?&amp;lt;NetBIOS_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;DNS_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;MAC_Address&amp;gt;[^\"]*)\",\"(?&amp;lt;Repository&amp;gt;[^\"]*)\",\"(?&amp;lt;Agent_ID&amp;gt;[\"]*)\""
| rex field=Data "^(\"[^\"]*\",){7}\"[^\"]*\"\s+\"(?&amp;lt;Plugin_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;Severity&amp;gt;[^\"]*)\",\"(?&amp;lt;IP_Address&amp;gt;[^\"]*)\",\"(?&amp;lt;Netbios_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;DNS_Name&amp;gt;[^\"]*)\",\"(?&amp;lt;MAC_Address&amp;gt;[^\"]*)\",\"(?&amp;lt;Repository&amp;gt;[^\"]*)\",\"(?&amp;lt;Agent_ID&amp;gt;[^\"]*)\""
| table PluginName Severity IP_Address NetBIOS_Name DNS_Name MAC_Address Repository Agent_ID&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584295#M47903</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-09T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Table from log with csv format?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584307#M47904</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can delete the top line out before I send it to Splunk, as the Search is easier to understand and looks nicer.&lt;BR /&gt;So in the Field Data I only have the Values without the Header.&lt;/P&gt;&lt;P&gt;My Question is, this&lt;BR /&gt;| rex field=Data "\"(?&amp;lt;Name&amp;gt;[^\"]*)\",\"(?&amp;lt;Website&amp;gt;[^\"]*)\",\"(?&amp;lt;Country&amp;gt;[^\"]*)\""&lt;BR /&gt;Only reads out the first line.&lt;/P&gt;&lt;P&gt;The thing is, that when I write the values from the csv-File into a Log-File, it adds all rows together so if it was:&lt;/P&gt;&lt;P&gt;Line 1&lt;BR /&gt;Line 2&lt;BR /&gt;Line 3&lt;/P&gt;&lt;P&gt;In the Log it will be:&lt;BR /&gt;Line 1 Line 2 Line 3&lt;/P&gt;&lt;P&gt;So if I have this in the CSV&lt;BR /&gt;"Thomas","thomas.com","England"&lt;BR /&gt;"Luca","luca.com","USA"&lt;BR /&gt;In the Log-File and therefore also in the Field of the event it looks like this:&lt;BR /&gt;"Thomas","thomas.com","England"&amp;nbsp;"Luca","luca.com","USA"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Now my Question was, if it is possible to make a table with only one Event, which has all Lines in it and if yes, how do the Lines have to be Formatted in the Log and how does the rex look like to show it like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="svenrieder_0-1644417652695.png" style="width: 739px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17890i5BC55B90212210D6/image-dimensions/739x61?v=v2" width="739" height="61" role="button" title="svenrieder_0-1644417652695.png" alt="svenrieder_0-1644417652695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(Here I made 2 Events, for every line a sepearate Event)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unreadable-title/m-p/584307#M47904</guid>
      <dc:creator>svenrieder</dc:creator>
      <dc:date>2022-02-09T14:45:19Z</dc:date>
    </item>
  </channel>
</rss>

