<?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 Look at value ahead of string and table it in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Look-at-value-ahead-of-string-and-table-it/m-p/552991#M156967</link>
    <description>&lt;P&gt;I have events in my logs. I want to capture "temp" and table it&lt;BR /&gt;received_time="2021-05-25T15:51:22.181+00:00"] 37 pollAcu20:830 ACU: PSU: Connected: true Output voltage: 4775 0.01V, Output current: 36 0.01A &lt;STRONG&gt;Critical temp: 426 0.1 Deg C&lt;/STRONG&gt; Status: 0x3 Fault: false&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 16:32:39 GMT</pubDate>
    <dc:creator>ekucevic</dc:creator>
    <dc:date>2021-05-25T16:32:39Z</dc:date>
    <item>
      <title>Look at value ahead of string and table it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-at-value-ahead-of-string-and-table-it/m-p/552991#M156967</link>
      <description>&lt;P&gt;I have events in my logs. I want to capture "temp" and table it&lt;BR /&gt;received_time="2021-05-25T15:51:22.181+00:00"] 37 pollAcu20:830 ACU: PSU: Connected: true Output voltage: 4775 0.01V, Output current: 36 0.01A &lt;STRONG&gt;Critical temp: 426 0.1 Deg C&lt;/STRONG&gt; Status: 0x3 Fault: false&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 16:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-at-value-ahead-of-string-and-table-it/m-p/552991#M156967</guid>
      <dc:creator>ekucevic</dc:creator>
      <dc:date>2021-05-25T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Look at value ahead of string and table it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-at-value-ahead-of-string-and-table-it/m-p/553001#M156968</link>
      <description>&lt;P&gt;As suggested by the "rex" label, the rex command can help.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | rex "Critical temp: (?&amp;lt;temp&amp;gt;.*?) Deg"
| table temp&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 May 2021 17:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-at-value-ahead-of-string-and-table-it/m-p/553001#M156968</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-25T17:29:43Z</dc:date>
    </item>
  </channel>
</rss>

