<?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 find n th line data using rex in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147154#M29971</link>
    <description>&lt;P&gt;get nth line data&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2014 08:36:20 GMT</pubDate>
    <dc:creator>srinathd</dc:creator>
    <dc:date>2014-10-21T08:36:20Z</dc:date>
    <item>
      <title>how to find n th line data using rex</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147153#M29970</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;how to find nth line data in an event. for example: I have to get 7th line data and needs to correlate with the corresponding values in 8th line. how to achieve this &lt;/P&gt;

&lt;P&gt;abc&lt;BR /&gt;
xyz&lt;BR /&gt;
1&lt;BR /&gt;
001&lt;/P&gt;

&lt;P&gt;45654&lt;BR /&gt;
abc def ghi jkl mno&lt;BR /&gt;
pqr stu vwx yza bcd&lt;BR /&gt;
345&lt;/P&gt;

&lt;P&gt;001&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Srinath&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 08:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147153#M29970</guid>
      <dc:creator>srinathd</dc:creator>
      <dc:date>2014-10-01T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to find n th line data using rex</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147154#M29971</link>
      <description>&lt;P&gt;get nth line data&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 08:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147154#M29971</guid>
      <dc:creator>srinathd</dc:creator>
      <dc:date>2014-10-21T08:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to find n th line data using rex</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147155#M29972</link>
      <description>&lt;P&gt;Using the rex we can extract 7 th line data from the multiline event&lt;BR /&gt;
example: |rex &lt;CODE&gt;"([^\n\r]*\n){6}(?[^\n\r]*)\n"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-find-n-th-line-data-using-rex/m-p/147155#M29972</guid>
      <dc:creator>srinathd</dc:creator>
      <dc:date>2015-06-23T09:12:28Z</dc:date>
    </item>
  </channel>
</rss>

