<?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 split event into multiple rows in a table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284467#M86019</link>
    <description>&lt;P&gt;mvexpand 'field_name'&lt;/P&gt;

&lt;P&gt;works!!&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 11:49:03 GMT</pubDate>
    <dc:creator>anand_singh17</dc:creator>
    <dc:date>2017-05-29T11:49:03Z</dc:date>
    <item>
      <title>How to split event into multiple rows in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284464#M86016</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;I'm trying to get an analysis of an process log file. The logfile contains an event for every ended process. This Event contains the following data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Process ID, Starttime, Endtime, bytes_transferred
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I want to build a timechart for bytes transferred. But I do not want to show the bytes at a single point of time when the process ended. The bytes_transferred should be split up to the interval, the process takes place.&lt;/P&gt;

&lt;P&gt;I calculated the duration of the processes and the bytes_per_second of the processes. Now i want to write down a row for each second a process was running with the corresponding calculated timestamp (start_time+1, start_time+2, start_time+2,...., start_time+duration).&lt;/P&gt;

&lt;P&gt;How can I do this with Splunk?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284464#M86016</guid>
      <dc:creator>mihenn</dc:creator>
      <dc:date>2020-09-29T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to split event into multiple rows in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284465#M86017</link>
      <description>&lt;P&gt;A few lines of sample data would help us immensely here.  Both what you are starting with, and the data you have at the end of what you are doing.  It would even help a bit if you could make a mock up version of what you want to see, too.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;BR /&gt;
Rich&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:15:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284465#M86017</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-12-19T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to split event into multiple rows in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284466#M86018</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | eval event_range=mvrange(starttime, endtime, "1s") | mvexpand eventrange | table process_id event_range bytes_per_second
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284466#M86018</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-12-19T13:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to split event into multiple rows in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284467#M86019</link>
      <description>&lt;P&gt;mvexpand 'field_name'&lt;/P&gt;

&lt;P&gt;works!!&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 11:49:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-event-into-multiple-rows-in-a-table/m-p/284467#M86019</guid>
      <dc:creator>anand_singh17</dc:creator>
      <dc:date>2017-05-29T11:49:03Z</dc:date>
    </item>
  </channel>
</rss>

