<?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: Need help with syntax and rex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/702365#M238167</link>
    <description>&lt;P&gt;Thanks both of you - both work :-0)&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2024 10:45:37 GMT</pubDate>
    <dc:creator>LizAndy123</dc:creator>
    <dc:date>2024-10-21T10:45:37Z</dc:date>
    <item>
      <title>Need help with syntax and rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/701672#M238000</link>
      <description>&lt;P&gt;I have a log with a sample of the following&lt;/P&gt;&lt;P&gt;POST Uploaded File Size for project id : 123 and metadata id : xxxxxxxxxxxx is : 1234 and time taken to upload is: 51ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this is project id : 123&lt;/P&gt;&lt;P&gt;Size is 1234&lt;/P&gt;&lt;P&gt;Upload Speed is 51ms&lt;/P&gt;&lt;P&gt;I what to extract the project id , size and the upload time as fields&amp;nbsp;&lt;/P&gt;&lt;P&gt;also regarding the upload time I guess I just need the number right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/701672#M238000</guid>
      <dc:creator>LizAndy123</dc:creator>
      <dc:date>2024-10-11T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with syntax and rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/701676#M238001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241396"&gt;@LizAndy123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "project id : (?&amp;lt;Project_Id&amp;gt;\d+) and metadata id : \w+\sis\s:\s(?&amp;lt;Size&amp;gt;\d+) and time taken to upload is: (?&amp;lt;Upload_Speed&amp;gt;\w+)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;project id : (?&amp;lt;Project_Id&amp;gt;\d+) and metadata id : \w+\sis\s:\s(?&amp;lt;Size&amp;gt;\d+) and time taken to upload is: (?&amp;lt;Upload_Speed&amp;gt;\w+)&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 16:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/701676#M238001</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-11T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with syntax and rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/701728#M238015</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;&lt;PRE&gt;|rex "project\sid[\s\:]+(?&amp;lt;project_id&amp;gt;[^\s]+).+?is[\s\:]+(?&amp;lt;size&amp;gt;[^\s]+).+?is[\s\:]+(?&amp;lt;upload_time_ms&amp;gt;\d+)"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2024 10:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/701728#M238015</guid>
      <dc:creator>Jawahir</dc:creator>
      <dc:date>2024-10-12T10:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with syntax and rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/702365#M238167</link>
      <description>&lt;P&gt;Thanks both of you - both work :-0)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 10:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-syntax-and-rex/m-p/702365#M238167</guid>
      <dc:creator>LizAndy123</dc:creator>
      <dc:date>2024-10-21T10:45:37Z</dc:date>
    </item>
  </channel>
</rss>

