<?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: Field extraction needed in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650474#M224878</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/86891"&gt;@mbasharat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to help you, I need the raw events, could you share them?&lt;/P&gt;&lt;P&gt;anyway, probably with a regex it should be possible to separate values.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 06:15:07 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-07-14T06:15:07Z</dc:date>
    <item>
      <title>How do I search field extraction for table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650470#M224876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have below scenario. Image_Name and Name_Space are being ingested with below variations in table A. Image_name is a multivalued field as shown. I tried using makemv delim but it doesnt work because there is no delimiter e.g. space between the two. I need them separated out as in table B. Thanks in advance!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table A:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&lt;STRONG&gt;Image_Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&lt;STRONG&gt;Name_Space&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&amp;lt;none&amp;gt;&lt;/P&gt;
&lt;P&gt;c-ecm-dev/das-dynamic-filter-services&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&amp;lt;none&amp;gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;cs-webapps-sat&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-aoic-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev/das-dynamic-filter-services&lt;/P&gt;
&lt;P&gt;c-ecm-sat/irtf-das-service&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sat&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev/das-dynamic-filter-services&lt;/P&gt;
&lt;P&gt;cpopen/ibm-watson-speech-catalog&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;openshift-marketplace&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sbx/das-pay-gov-services&lt;/P&gt;
&lt;P&gt;iam-essar-aqt1/iam-essar-aqt1&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sbx/das-rendering-service&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;sysdig&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;cs-webapps-sbx/baldue-bwas&lt;/P&gt;
&lt;P&gt;c-ecm-dev/das-rendering-service&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table B:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&lt;STRONG&gt;Image_Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&lt;STRONG&gt;Name_Space&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&amp;lt;none&amp;gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev/das-dynamic-filter-services&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;&amp;lt;none&amp;gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;cs-webapps-sat&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-aoic-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev/das-dynamic-filter-services&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sat&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sat/irtf-das-service&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sat&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev/das-dynamic-filter-services&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;openshift-marketplace&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;cpopen/ibm-watson-speech-catalog&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;openshift-marketplace&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sbx/das-pay-gov-services&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;iam-essar-aqt1/iam-essar-aqt1&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;NULL&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-sbx/das-rendering-service&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;sysdig&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;cs-webapps-sbx/baldue-bwas&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev/das-rendering-service&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="312"&gt;
&lt;P&gt;c-ecm-dev&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 18 Jul 2023 00:51:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650470#M224876</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-18T00:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650474#M224878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/86891"&gt;@mbasharat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to help you, I need the raw events, could you share them?&lt;/P&gt;&lt;P&gt;anyway, probably with a regex it should be possible to separate values.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 06:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650474#M224878</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-14T06:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650477#M224879</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/86891"&gt;@mbasharat&lt;/a&gt;&amp;nbsp;- It's possible if its already a multi-valued field and that's why you are seeing them like that. If so, try below at the end of your search and see if that works:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| mvexpand Image_Name&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loose nothing in trying out!!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 06:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650477#M224879</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-07-14T06:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650552#M224912</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I had tried it and it did not work.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 12:42:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650552#M224912</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-14T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650556#M224913</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;BR /&gt;&lt;BR /&gt;See few raw samples below. Field names are &lt;STRONG&gt;imageName&lt;/STRONG&gt; and &lt;STRONG&gt;namespace&lt;/STRONG&gt;. I have everything coming normalized except imageName which need to be split up inparallel with namespace the way I have provided in Table B.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Sample1:&lt;/STRONG&gt;&lt;BR /&gt;07/13/2023 17:55:05 +0000, search_name="Sample", search_now=1689271860.000, info_min_time=1686614400.000, info_max_time=1689271894.612, info_search_time=1689271892.776, IP="1.2.3.4", OS="Red Hat Enterprise Linux CoreOS 4.11", DNS=sampledns1, GSS="sample1", qid=241759, AO="user1.com", cveids="CVE-2023-1667 CVE-2023-2283", result="#table cols=\"3\"&lt;BR /&gt;Package Installed_Version Required_Version&lt;BR /&gt;libssh-config 0.9.6-3.el8.noarch 0.9.6-10.el8__8&lt;BR /&gt;libssh 0.9.6-3.el8.x86__64 0.9.6-10.el8__8", imageId=05ac522d3e87, isDrift=false, CATEGORY=SERVER, ISSO="sampleisso1", PROJECTS=NULL, hostname=sampledns1, imageSha=0000000000000000000000000000000000000000, os_group=OTHER, LAST_SEEN="2023-07-12T20:18:15Z", &lt;STRONG&gt;imageName="&amp;lt;none&amp;gt;"&lt;/STRONG&gt;, imageUuid="0000000000000000000000", &lt;STRONG&gt;namespace="c-ecm-dev"&lt;/STRONG&gt;, vulnTitle="Red Hat Update for libssh (RHSA-2023:3839)", containerState=RUNNING, softwareFixVersion="0.9.6-10.el8__8", PRJ_GROUP_EMAIL="projemail1@sample.com", Business_Group=UNASSIGNED, vulnFirstfound="2023-07-13T06:35:03Z", imageScanType=null, POC_EMAIL="poc1@sample.come", cvss3TemporalScore="5.9", SYSTEMNAME=NULL, RESPONSIBILITY_CODE="sample respcode", vulnLastfound="2023-07-13T06:35:03Z", cvss3BaseScore="6.5", AO_EMAIL="sampleemail.com", POC_NAME="sample user", PRJ_NAME=ABC, Severity=Moderate, Environment=DEV, containerId=123456789, ISSO_EMAIL="sample3.com", containerSha=000000000000000000000000000000000000000000, softwareVersion="0.9.6-3.el8", softwareName="libssh libssh-config", vulnCategory=RedHat, vulnSolution="Refer to Red Hat security advisory &amp;lt;A HREF='&lt;A href="https://access.redhat.com/errata/RHSA-2023:3839" target="_blank"&gt;https://access.redhat.com/errata/RHSA-2023:3839&lt;/A&gt;' TARGET='_blank'&amp;gt;RHSA-2023:3839&amp;lt;/A&amp;gt; for updates and patch information.&lt;BR /&gt;&amp;lt;P&amp;gt;Patch:&amp;lt;BR&amp;gt;&lt;BR /&gt;Following are links for downloading patches to fix the vulnerabilities:&lt;BR /&gt;&amp;lt;P&amp;gt; &amp;lt;A HREF='&lt;A href="https://access.redhat.com/errata/RHSA-2023:3839" target="_blank"&gt;https://access.redhat.com/errata/RHSA-2023:3839&lt;/A&gt;' TARGET='_blank'&amp;gt;RHSA-2023:3839:Red Hat Enterprise Linux&amp;lt;/A&amp;gt;", containerCreated="2023-07-13T06:31:14Z", containerUpdated="2023-07-13T06:35:03Z"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Sample2:&lt;/STRONG&gt;&lt;BR /&gt;07/14/2023 11:39:39 +0000, search_name="sample", search_now=1689336660.000, info_min_time=1686700800.000, info_max_time=1689336695.166, info_search_time=1689336692.365, IP=NULL, OS=NULL, DNS=NULL, GSS=NULL, qid=500500, AO=NULL, cveids="CVE-2022-0778", result="#table cols=\"3\"&lt;BR /&gt;Package Installed_Version Required_Version&lt;BR /&gt;libcrypto1.1 1.1.1k-r0 1.1.1n-r0&lt;BR /&gt;libssl1.1 1.1.1k-r0 1.1.1n-r0", imageId=24ae535b6904, isDrift=false, CATEGORY=NULL, ISSO=NULL, PROJECTS=NULL, hostname=samplehost, imageSha=000000000000000000000000000000, os_group=NULL, LAST_SEEN=NULL, &lt;STRONG&gt;imageName="c-ecm-dev/mtrdb-integration"&lt;/STRONG&gt;, imageUuid="000000000-00000000000000000-000000000000000", &lt;STRONG&gt;namespace="sysdig-sdc-cli"&lt;/STRONG&gt;, vulnTitle="Alpine Linux Security Update for Open Secure Sockets Layer (OpenSSL)", containerState=RUNNING, softwareFixVersion="1.1.1n-r0", PRJ_GROUP_EMAIL=NULL, Business_Group=UNASSIGNED, vulnFirstfound="2023-07-09T18:18:06Z", imageScanType=null, POC_EMAIL=NULL, cvss3TemporalScore="6.7", SYSTEMNAME=NULL, RESPONSIBILITY_CODE=NULL, vulnLastfound="2023-07-09T18:18:06Z", cvss3BaseScore="7.5", AO_EMAIL=NULL, POC_NAME=NULL, PRJ_NAME=NULL, Severity=High, Environment=NULL, containerId=123456789, ISSO_EMAIL=NULL, containerSha=000000000000000000000000000000000000, softwareVersion="1.1.1k-r0", softwareName="libcrypto1.1 libssl1.1", vulnCategory="Alpine Linux", vulnSolution="Refer to Alpine Linux advisory &amp;lt;A HREF='&lt;A href="https://security.alpinelinux.org/srcpkg/openssl" target="_blank"&gt;https://security.alpinelinux.org/srcpkg/openssl&lt;/A&gt;' TARGET='_blank'&amp;gt;openssl&amp;lt;/A&amp;gt; for updates and patch information.&lt;BR /&gt;&amp;lt;P&amp;gt;Patch:&amp;lt;BR&amp;gt;&lt;BR /&gt;Following are links for downloading patches to fix the vulnerabilities:&lt;BR /&gt;&amp;lt;P&amp;gt; &amp;lt;A HREF='&lt;A href="https://security.alpinelinux.org/srcpkg/openssl" target="_blank"&gt;https://security.alpinelinux.org/srcpkg/openssl&lt;/A&gt;' TARGET='_blank'&amp;gt;openssl-1.1.1n-r0:Alpine Linux&amp;lt;/A&amp;gt;", containerCreated="2023-07-09T18:13:48Z", containerUpdated="2023-07-09T18:18:06Z"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Sample3:&lt;/STRONG&gt;&lt;BR /&gt;07/13/2023 17:40:56 +0000, search_name="sample", search_now=1689271860.000, info_min_time=1686614400.000, info_max_time=1689271894.612, info_search_time=1689271892.776, IP="0.0.0.0", OS="Red Hat Enterprise Linux CoreOS 4.11", DNS=sampledns, GSS="samplegss", qid=241757, AO="sampleuser@sample.com", cveids="CVE-2023-26604", result="#table cols=\"3\"&lt;BR /&gt;Package Installed_Version Required_Version&lt;BR /&gt;systemd-libs 239-68.el8__7.4.x86__64 239-74.el8__8.2", imageId=dcbb6b8e07e2, isDrift=false, CATEGORY=SERVER, ISSO="sample", PROJECTS=NULL, hostname=samplehostname, imageSha=00000000000000000000000000000000, os_group=OTHER, LAST_SEEN="2023-07-12T20:33:03Z", &lt;STRONG&gt;imageName="wi-irps-sat/ir-data-certification-sat&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;c-ecm-dev/irtf-das-service"&lt;/STRONG&gt;, imageUuid="0000000000-00000000000-000000000000",&lt;STRONG&gt; namespace="c-ecm-dev"&lt;/STRONG&gt;, vulnTitle="Red Hat Update for systemd (RHSA-2023:3837)", containerState=RUNNING, softwareFixVersion="239-74.el8__8.2", PRJ_GROUP_EMAIL="sampleuser@sample.com", Business_Group=UNASSIGNED, vulnFirstfound="2023-07-03T10:55:11Z", imageScanType="null&lt;BR /&gt;null", POC_EMAIL="sampleuser@sample.com", cvss3TemporalScore="7.0", SYSTEMNAME=NULL, RESPONSIBILITY_CODE="ENTERPRISE CONTAINER", vulnLastfound="2023-07-03T10:55:11Z", cvss3BaseScore="7.8", AO_EMAIL="sampleuser@sample.com", POC_NAME="sample user", PRJ_NAME=ECM, Severity=High, Environment=DEV, containerId=1234564897, ISSO_EMAIL="sampleuser@sample.com", containerSha=0000000000000000000000000000000000, softwareVersion="239-68.el8_7.4", softwareName="systemd-libs", vulnCategory=RedHat, vulnSolution="Refer to Red Hat security advisory &amp;lt;A HREF='&lt;A href="https://access.redhat.com/errata/RHSA-2023:3837" target="_blank"&gt;https://access.redhat.com/errata/RHSA-2023:3837&lt;/A&gt;' TARGET='_blank'&amp;gt;RHSA-2023:3837&amp;lt;/A&amp;gt; for updates and patch information.&lt;BR /&gt;&amp;lt;P&amp;gt;Patch:&amp;lt;BR&amp;gt;&lt;BR /&gt;Following are links for downloading patches to fix the vulnerabilities:&lt;BR /&gt;&amp;lt;P&amp;gt; &amp;lt;A HREF='&lt;A href="https://access.redhat.com/errata/RHSA-2023:3837" target="_blank"&gt;https://access.redhat.com/errata/RHSA-2023:3837&lt;/A&gt;' TARGET='_blank'&amp;gt;RHSA-2023:3837:Red Hat Enterprise Linux&amp;lt;/A&amp;gt;", containerCreated="2023-07-03T10:51:50Z", containerUpdated="2023-07-03T10:55:11Z"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 13:03:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650556#M224913</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-14T13:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650696#M224979</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; mentioned kindly share the _raw events so we can guide you.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 15:19:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650696#M224979</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-07-15T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650703#M224984</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;See below 4 samples. Field names are &lt;STRONG&gt;namespace&lt;/STRONG&gt; and &lt;STRONG&gt;imageName&amp;nbsp;&lt;/STRONG&gt;in the events. Much appreciated!!!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;07/14/2023 23:37:50 +0000, search_name="Sample", search_now=1689379860.000, info_min_time=1686787200.000, info_max_time=1689379897.133, info_search_time=1689379894.139, IP=NULL, OS=NULL, DNS=NULL, GSS=NULL, qid=650035, AO=NULL, cveids="CVE-2020-14145", result="Vulnerable version of OpenSSH Detected:OpenSSH_8.2p1 Ubuntu-4ubuntu0.5, OpenSSL 1.1.1f&amp;nbsp; 31 Mar 2020", imageId=45a89e408277, isDrift=false, CATEGORY=NULL, ISSO=NULL, PROJECTS=NULL, hostname="test.com", imageSha=000000000000000000000000000000, os_group=NULL, LAST_SEEN=NULL, &lt;STRONG&gt;imageName="raas/jggmb/graph-analysis&lt;/STRONG&gt;", imageUuid="0000000000-000000000000-000000000", &lt;STRONG&gt;namespace=NULL&lt;/STRONG&gt;, vulnTitle="OpenSSH Information Disclosure Vulnerability (Generic)", containerState=RUNNING, softwareFixVersion=NULL, PRJ_GROUP_EMAIL=NULL, Business_Group=UNASSIGNED, vulnFirstfound="2023-07-06T18:16:21Z", imageScanType=null, POC_EMAIL=NULL, cvss3TemporalScore="5.4", SYSTEMNAME=NULL, RESPONSIBILITY_CODE=NULL, vulnLastfound="2023-07-06T18:16:21Z", cvss3BaseScore="5.9", AO_EMAIL=NULL, POC_NAME=NULL, PRJ_NAME=NULL, Severity=Moderate, Environment=NULL, containerId=000000000000, EMAIL=NULL, containerSha=000000000000000000000000000000000, softwareVersion=NULL, softwareName=NULL, vulnCategory="Security Policy", vulnSolution="OpenSSH team committed a partial mitigation of this issue which is included in openssh 8.4.&amp;lt;BR&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;Refer to &amp;lt;A HREF='&lt;A href="https://www.openssh.com/" target="_blank"&gt;https://www.openssh.com/&lt;/A&gt;' TARGET='_blank'&amp;gt;OpenSSH 8.4&amp;lt;/A&amp;gt; for details.&amp;lt;P&amp;gt;", containerCreated="2023-07-06T18:08:01Z", containerUpdated="2023-07-06T18:16:21Z"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;07/15/2023 00:10:08 +0000, search_name="sample", search_now=1689379860.000, info_min_time=1686787200.000, info_max_time=1689379897.133, info_search_time=1689379894.139, IP="0.0.0.0", OS="Red Hat Enterprise Linux Server 7.9", DNS="sample.com", GSS="TestGSS", qid=199358, AO=NULL, cveids="CVE-2019-17594 CVE-2019-17595 CVE-2021-39537 CVE-2022-29458 CVE-2023-29491", result="#table cols=\"3\" Package Installed_Version Required_Version libtinfo6 6.2-0ubuntu2 6.2-0ubuntu2.1 libncurses6 6.2-0ubuntu2 6.2-0ubuntu2.1 ncurses-bin 6.2-0ubuntu2 6.2-0ubuntu2.1 ncurses-base 6.2-0ubuntu2 6.2-0ubuntu2.1 libncursesw6 6.2-0ubuntu2 6.2-0ubuntu2.1", imageId=976ed922248e, isDrift=true, CATEGORY=SERVER, ISSO=NULL, PROJECTS=NULL, hostname="test.com", imageSha=00000000000000000000000000, os_group="RHEL 7", LAST_SEEN="2023-07-14T07:32:50Z", &lt;STRONG&gt;imageName="raas/cdw-api"&lt;/STRONG&gt;, imageUuid="000000000000-0000000000000000-00000000000", &lt;STRONG&gt;namespace=xyz&lt;/STRONG&gt;, vulnTitle="Ubuntu Security Notification for ncurses Vulnerabilities (USN-6099-1)", containerState=RUNNING, softwareFixVersion="6.2-0ubuntu2.1", PRJ_GROUP_EMAIL=NULL, Business_Group=UNASSIGNED, vulnFirstfound="2023-05-27T00:52:20Z", imageScanType=null, POC_EMAIL=NULL, cvss3TemporalScore="7.9", SYSTEMNAME=ADMIN, RESPONSIBILITY_CODE="ABC Group", vulnLastfound="2023-07-13T20:02:42Z", cvss3BaseScore="8.8", AO_EMAIL=NULL, POC_NAME=NULL, PRJ_NAME=NULL, Severity=High, Environment=NULL, containerId=00000000000, ISSO_EMAIL=NULL, containerSha=0000000000000000000000000000000000000000, softwareVersion="6.2-0ubuntu2", softwareName="libncurses6:amd64 libncursesw6:amd64 libtinfo6:amd64 ncurses-base ncurses-bin", vulnCategory=Ubuntu, vulnSolution="Refer to Ubuntu security advisory &amp;lt;A HREF='&lt;A href="https://ubuntu.com/security/notices/USN-6099-1" target="_blank"&gt;https://ubuntu.com/security/notices/USN-6099-1&lt;/A&gt;' TARGET='_blank'&amp;gt;USN-6099-1&amp;lt;/A&amp;gt; for updates and patch information. &amp;lt;P&amp;gt;Patch:&amp;lt;BR&amp;gt; Following are links for downloading patches to fix the vulnerabilities: &amp;lt;P&amp;gt; &amp;lt;A HREF='&lt;A href="https://ubuntu.com/security/notices/USN-6099-1" target="_blank"&gt;https://ubuntu.com/security/notices/USN-6099-1&lt;/A&gt;' TARGET='_blank'&amp;gt;USN-6099-1:Ubuntu Linux&amp;lt;/A&amp;gt;", containerCreated="2023-05-18T23:41:47Z", containerUpdated="2023-07-13T20:02:42Z"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;07/14/2023 23:43:10 +0000, search_name="Sample", search_now=1689379860.000, info_min_time=1686787200.000, info_max_time=1689379897.133, info_search_time=1689379894.139, IP=NULL, OS=NULL, DNS=NULL, GSS=NULL, qid=106124, AO=NULL, cveids=NULL, result="#table cols=\"1\" End_of_Life_Node.js_version_Detected___node:_'17.8.0',_/opt/conda/envs/rapids", imageId=bd2ba01f6d48, isDrift=false, CATEGORY=NULL, ISSO=NULL, PROJECTS=NULL, hostname="sample.com", imageSha=000000000000000000000000000000000, os_group=NULL, LAST_SEEN=NULL, &lt;STRONG&gt;imageName="raas/bpa-lab/rapidsai-22.08-cuda11.4-centos7-py3.8"&lt;/STRONG&gt;, imageUuid="000000000000-0000000000000-0000000000000", &lt;STRONG&gt;namespace=NULL&lt;/STRONG&gt;, vulnTitle="EOL/Obsolete Software: Node.js 17.x Detected", containerState=RUNNING, softwareFixVersion=NULL, PRJ_GROUP_EMAIL=NULL, Business_Group=UNASSIGNED, vulnFirstfound="2023-07-11T18:47:56Z", imageScanType=null, POC_EMAIL=NULL, cvss3TemporalScore="9.0", SYSTEMNAME=NULL, RESPONSIBILITY_CODE=NULL, vulnLastfound="2023-07-13T21:54:18Z", cvss3BaseScore="9.8", AO_EMAIL=NULL, POC_NAME=NULL, PRJ_NAME=NULL, Severity=Critical, Environment=NULL, containerId=000000000000, ISSO_EMAIL=NULL, containerSha=00000000000000000000000000, softwareVersion=NULL, softwareName=NULL, vulnCategory="Security Policy", vulnSolution=NULL, containerCreated="2023-07-11T18:37:46Z", containerUpdated="2023-07-13T21:54:18Z"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;07/15/2023 12:06:38 +0000, search_name="Sample", search_now=1689423060.000, info_min_time=1686787200.000, info_max_time=1689423094.363, info_search_time=1689423092.507, IP="0.0.0.0", OS="Red Hat Enterprise Linux Server 7.9", DNS="sample.com", GSS="Test1", qid=180276, AO=NULL, cveids="CVE-2021-46663", result="#table cols=\"3\" Package Installed_Version Required_Version mariadb-common 1:10.3.18-0+deb10u1 1:10.3.36-0+deb10u2 libmariadb3 1:10.3.18-0+deb10u1 1:10.3.36-0+deb10u2", imageId=cf879a45faaa, isDrift=true, CATEGORY=SERVER, ISSO=NULL, PROJECTS=ABC, hostname="sample.com", imageSha=000000000000000000, os_group="RHEL 7", LAST_SEEN="2023-07-15T00:59:17Z", &lt;STRONG&gt;imageName=postgres&lt;/STRONG&gt;, imageUuid="0000000000000000", &lt;STRONG&gt;namespace=abcd&lt;/STRONG&gt;, vulnTitle="Debian Security Update for mariadb-10.5mariadb-10.3 (CVE-2021-46663)", containerState=RUNNING, softwareFixVersion="1:10.3.36-0+deb10u2", PRJ_GROUP_EMAIL=NULL, Business_Group=UNASSIGNED, vulnFirstfound="2023-01-13T22:09:56Z", imageScanType=null, POC_EMAIL=NULL, cvss3TemporalScore="5.0", SYSTEMNAME=CDW, RESPONSIBILITY_CODE="XYZ", vulnLastfound="2023-06-20T18:38:31Z", cvss3BaseScore="5.5", AO_EMAIL=NULL, POC_NAME=NULL, PRJ_NAME=NULL, Severity=Moderate, Environment=NULL, containerId=0d74dc575dfb, ISSO_EMAIL=NULL, containerSha=0000000000000000000000000000000000000000, softwareVersion="1:10.3.18-0+deb10u1", softwareName="libmariadb3:amd64 mariadb-common", vulnCategory=Debian, vulnSolution="Refer to Debian security advisory &amp;lt;A HREF='&lt;A href="https://security-tracker.debian.org/tracker/CVE-2021-46663" target="_blank"&gt;https://security-tracker.debian.org/tracker/CVE-2021-46663&lt;/A&gt;' TARGET='_blank'&amp;gt;CVE-2021-46663&amp;lt;/A&amp;gt; for updates and patch information. &amp;lt;P&amp;gt;Patch:&amp;lt;BR&amp;gt; Following are links for downloading patches to fix the vulnerabilities: &amp;lt;P&amp;gt; &amp;lt;A HREF='&lt;A href="https://security-tracker.debian.org/tracker/CVE-2021-46663" target="_blank"&gt;https://security-tracker.debian.org/tracker/CVE-2021-46663&lt;/A&gt;' TARGET='_blank'&amp;gt;CVE-2021-46663:Debian&amp;lt;/A&amp;gt;", containerCreated="2020-05-08T01:54:27Z", containerUpdated="2023-06-20T21:20:51Z"&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 Jul 2023 23:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650703#M224984</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-15T23:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650705#M224985</link>
      <description>&lt;P&gt;This gets even more confusion. &amp;nbsp;Exemplified data show no multivalued imageName in any event.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;imageName&lt;/TD&gt;&lt;TD&gt;namespace&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;raas/jggmb/graph-analysis&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;raas/cdw-api&lt;/TD&gt;&lt;TD&gt;xyz&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;raas/bpa-lab/rapidsai-22.08-cuda11.4-centos7-py3.8&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;postgres&lt;/TD&gt;&lt;TD&gt;abcd&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 03:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650705#M224985</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-07-16T03:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650711#M224986</link>
      <description>&lt;P&gt;Gi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ok, in each event there's one value for both the fields, so you have to use stats and mvexpand commands, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| stats values(Image_Name) AS Image_Name BY Name_Space
| mvexpand Image_Name
| table Image_Name Name_Space&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 08:50:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650711#M224986</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-16T08:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650721#M224990</link>
      <description>&lt;P&gt;Hi yuanlu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Yes it does. See below from Event #3:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;imageName="&lt;SPAN&gt;raas/jggmb/graph-analysis&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Which is actually needed as below since there can be multiple imageName in each namespace separated by /:&lt;BR /&gt;&lt;BR /&gt;namespace&amp;nbsp; &amp;nbsp; imageName&lt;BR /&gt;&lt;STRONG&gt;NULL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; raas&lt;BR /&gt;NULL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iggmb&lt;BR /&gt;NULL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; graph-analysis&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;The challenge is not the /, it is that imageName can be multivalued field as below which I had mentioned in the very first post sample. The issue is the mv because there is no&amp;nbsp; delimiter between the first and second value of mv as shown below:&lt;BR /&gt;&lt;BR /&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;BR /&gt;&lt;STRONG&gt;c-esm-sat&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-sat&lt;/FONT&gt;/irtf-das-service&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;And this needs to be first extracted as below:&lt;BR /&gt;&lt;BR /&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&amp;nbsp; &amp;nbsp;&lt;/FONT&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-sat&lt;/FONT&gt;/irtf-das-service&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;And final results are to be:&lt;BR /&gt;&lt;BR /&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&amp;nbsp;&lt;/FONT&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#808000"&gt;c-ecm-dev&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;/das-dynamic-filter-services&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&amp;nbsp;&lt;/FONT&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#808000"&gt;c-ecm-dev&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;/sample&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#808000"&gt;c-ecm-sat&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;/irtf-das-service&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the first group is the Environment as I highlighted in red above. I am not worried about Environment because if I can have the value 1 and value 2 separated, It can them delimit Environment easily. I hope I explained better this time.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 15:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650721#M224990</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-16T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650732#M224993</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Yes it does. See below from Event #3:&lt;BR /&gt;&lt;STRONG&gt;imageName="&lt;SPAN&gt;raas/jggmb/graph-analysis&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;BR /&gt;...&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;The challenge is not the /,&lt;/BLOCKQUOTE&gt;&lt;P&gt;In other words, you are aware that Splunk doesn't give you multiple values from extracting &amp;nbsp;&lt;STRONG&gt;imageName="&lt;SPAN&gt;raas/jggmb/graph-analysis&lt;/SPAN&gt;"&lt;/STRONG&gt;. &amp;nbsp;Is this correct? &amp;nbsp;To get three values based on that separator "/", you need additional processing such as split.&lt;/P&gt;&lt;BLOCKQUOTE&gt;it is that imageName can be multivalued field as below which I had&lt;BR /&gt;mentioned in the very first post sample. The issue is the mv because there is no&amp;nbsp; delimiter between the first and second value of mv as shown below:&lt;BR /&gt;&lt;BR /&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;BR /&gt;&lt;STRONG&gt;c-esm-sat&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-sat&lt;/FONT&gt;/irtf-das-service&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;And this needs to be first extracted as below:&lt;BR /&gt;&lt;BR /&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&amp;nbsp; &amp;nbsp;&lt;/FONT&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-sat&lt;/FONT&gt;/irtf-das-service&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is the problem: You keep insisting that imageName has multiple values such as &lt;STRONG&gt;&lt;FONT color="#000000"&gt;(c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample,&amp;nbsp;&lt;FONT color="#000000"&gt;c-ecm-sat&lt;/FONT&gt;/irtf-das-service)&lt;/STRONG&gt;, but you haven't demonstrated a single event that can be extracted as multivalued into &lt;FONT face="courier new,courier"&gt;(c-ecm-dev/das-dynamic-filter-services/sample, c-ecm-sat/irtf-das-service)&lt;/FONT&gt;. &amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;'s first reply already informed that &lt;STRONG&gt;IF&lt;/STRONG&gt; field &lt;FONT face="courier new,courier"&gt;imageName&lt;/FONT&gt; has multiple values, mvexpand will take care of your requirement, i.e.,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| mvexpand imageName&lt;/LI-CODE&gt;&lt;P&gt;The only difference is that &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;followed the original post's incorrect field name.&lt;/P&gt;&lt;P&gt;As far as SPL is concerned, it is impossible for mvexpand to not behave as you desired IF this field has multiple values. &amp;nbsp;But if your so-called multivalued field has to come from separating parts delimited by "/", you can add a split, followed by mvexpand.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval imageName = split(imageName, "/")
| mvexpand imageName&lt;/LI-CODE&gt;&lt;P&gt;However, if you continue to see events in which &lt;FONT face="courier new,courier"&gt;imageName&lt;/FONT&gt; has multiple values without performing additional commands such as &lt;FONT face="courier new,courier"&gt;split&lt;/FONT&gt;, AND that &lt;FONT face="courier new,courier"&gt;mvexpand&lt;/FONT&gt;&amp;nbsp;does not give you multiple events corresponding to each of those values, you must first demonstrate at least ONE such event. &amp;nbsp;Otherwise this is a waste of volunteers' time.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 05:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650732#M224993</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-07-17T05:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650877#M225039</link>
      <description>&lt;P&gt;Hi yuanliu,&lt;/P&gt;&lt;P&gt;I did try that. See my notes in parenthesis. I will try to explain again.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;c-esm-sat&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;/STRONG&gt;&lt;EM&gt;there is no space nor any delimiter between the 1st value at the top and the 2nd one below)&lt;/EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c-ecm-sat&lt;/FONT&gt;/irtf-das-service&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Final results need to be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;namespace&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imageName&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#808000"&gt;c-ecm-dev&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;/das-dynamic-filter-services&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#808000"&gt;c-ecm-dev&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;/sample&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;c-esm-sat&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#808000"&gt;c-ecm-sat&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;/irtf-das-service&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 17:08:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/650877#M225039</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-17T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651251#M225160</link>
      <description>&lt;P&gt;Perhaps I didn't explain my (and all these volunteers') difficulty with your explanation clearly enough. &amp;nbsp;It has been clear early on that &lt;STRONG&gt;one&lt;/STRONG&gt;&amp;nbsp;or more of your events can have field values like the following.&lt;/P&gt;&lt;TABLE border="1" width="67.55050505050505%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="13.520013216274892%"&gt;namespace&lt;/TD&gt;&lt;TD width="54.03049183423016%"&gt;imageName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="13.520013216274892%"&gt;&lt;STRONG&gt;c-esm-sat&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="54.03049183423016%"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;c-ecm-dev&lt;/FONT&gt;/das-dynamic-filter-services/sample&lt;/STRONG&gt; (1)&lt;STRONG&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;c-ecm-sat&lt;/FONT&gt;/irtf-das-service&lt;/STRONG&gt; (2)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;(I'm using parenthesized numerals to indicate two different values.)&lt;/P&gt;&lt;P&gt;The problem is, you have never demonstrated a raw event has properties like that for which&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;'s mvexpand should not give you desired result, if you correct for the field name that was mistaken in your original description. &amp;nbsp;After field name correction,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| mvexpand imageName&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You also have not demonstrated the output of this command IF your events truly have multivalued imageName. &amp;nbsp;Please note: the phrase "&lt;SPAN&gt;&lt;EM&gt;did not work&lt;/EM&gt;" conveys little useful information and should be avoided in the best of scenarios, much less to volunteers with no intimate knowledge about your dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In addition, just because Splunk's stats table displays a field like&lt;/P&gt;&lt;BLOCKQUOTE&gt;c-ecm-dev/das-dynamic-filter-services/sample&lt;BR /&gt;c-ecm-sat/irtf-das-service&lt;/BLOCKQUOTE&gt;&lt;P&gt;i.e., newline-delimited strings, the field is&amp;nbsp;&lt;U&gt;not necessarily&lt;/U&gt;&amp;nbsp;multivalued. &amp;nbsp;This is why everyone here insists that you demonstrate raw events with such characteristics. &amp;nbsp;The events you have illustrated so far are made of text key-value pairs. &amp;nbsp;It is not even possible for Splunk to give you any multivalued field with such constructs. (Unless you have some sort of secondary extraction somewhere else that is unbeknown to volunteers here. &amp;nbsp;If you do, you must also explain those.)&lt;/P&gt;&lt;P&gt;Have you considered the possibility that imageName could be single valued multiline texts? &amp;nbsp;Maybe you can try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval imageName = split(imageName, "
")
| mvexpand imageName&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 08:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651251#M225160</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-07-20T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651258#M225162</link>
      <description>&lt;P&gt;Well said!&lt;/P&gt;
&lt;P&gt;Perhaps it is my age, but I find that my capacity for tolerance has diminished over time - I only have a certain amount of time to give (voluntarily) to answering Splunkers' questions, and those Splunkers&amp;nbsp; who provide sufficient information are those who are most easy to aid. I applaud those in the community with sufficient capacity to continue with attempts to assist those in need!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":dizzy_face:"&gt;😵&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":nerd_face:"&gt;🤓&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 17:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651258#M225162</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-20T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search field extraction for table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651285#M225168</link>
      <description>&lt;P&gt;This was an interesting and valuable discussion. Thanks.&lt;/P&gt;&lt;P&gt;I do genuinely appreciate volunteers and the willingness of people to give their time and experience/expertise to help, and if there is genuine interest in an exchange--versus simply trying to off-load doing work onto other people.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope in all of my interactions here I am helped, can help, and can be taught.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651285#M225168</guid>
      <dc:creator>JohnEGones</dc:creator>
      <dc:date>2023-07-20T11:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651337#M225183</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&lt;/P&gt;&lt;P&gt;This was it! It worked per your solution. Thank you!!!&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 16:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651337#M225183</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-20T16:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651339#M225184</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patience is a virtue and tolerance is the by product of it including many other things. Specially when the trunk has a sticker "Student driver"! &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; Btw, I did explain everything well, however &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;added a little more clarity with mentioning (1) and (2).&lt;/P&gt;&lt;P&gt;Appreciate ya' all as always!!! Don't lose patience&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 16:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-field-extraction-for-table/m-p/651339#M225184</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2023-07-20T16:20:56Z</dc:date>
    </item>
  </channel>
</rss>

