<?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: Adding a field from workflow in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566597#M13005</link>
    <description>&lt;P&gt;Basically there are two way to do it.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Lookup (file / kv store)&lt;/LI&gt;&lt;LI&gt;external command which do dns lookup&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/DNS-Lookup-via-Splunk/td-p/72304" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/DNS-Lookup-via-Splunk/td-p/72304&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1st one needs that you are keeping up separate ip vs nsi mappings in csv file or in kvstore and update it regular base.&lt;/P&gt;&lt;P&gt;2nd one needs separate command to do it and if/when you have lot of IPs it could take a long time. You can start with this&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/1535/" target="_blank"&gt;https://splunkbase.splunk.com/app/1535/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 09:53:31 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-09-10T09:53:31Z</dc:date>
    <item>
      <title>Adding a field from workflow</title>
      <link>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566587#M13001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a firewall log in which some of the destinations do not have SNI, but I have their IPs.&lt;/P&gt;&lt;P&gt;I want to create/extract a new field from destination to get the destination details, for example the Resolve Host or the Organization.&lt;/P&gt;&lt;P&gt;Can someone please advise if this is possible and how?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566587#M13001</guid>
      <dc:creator>a_n</dc:creator>
      <dc:date>2021-09-10T08:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a field from workflow</title>
      <link>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566593#M13002</link>
      <description>Hi&lt;BR /&gt;I think that this can do. Can you post sample events which you have?&lt;BR /&gt;r. Ismo</description>
      <pubDate>Fri, 10 Sep 2021 09:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566593#M13002</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-09-10T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a field from workflow</title>
      <link>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566596#M13004</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;search is like:&lt;/P&gt;&lt;P&gt;index=FW&amp;nbsp;&lt;BR /&gt;|stats count by Src,Dst,sni&lt;/P&gt;&lt;P&gt;results are like:&lt;/P&gt;&lt;P&gt;192.168.1.12&amp;nbsp; &amp;nbsp; 2.23.259.24&amp;nbsp; &amp;nbsp;assets.msn.com&lt;/P&gt;&lt;P&gt;192.168.1.20&amp;nbsp; &amp;nbsp; 3.68.77.130&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;in the second row, the sni is empty. using a workflow, I can get the info of this IP (Amazon Technologies) but I have 2 issues:&lt;BR /&gt;1- I just need to get back single field (for example: Organization)&lt;BR /&gt;2- I want to be able to have this field (result of the workflow OR kind of External web lookup!) available in my reports and search results, like an extracted field.&lt;/P&gt;&lt;P&gt;Thank you in advance for your kind support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 09:35:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566596#M13004</guid>
      <dc:creator>a_n</dc:creator>
      <dc:date>2021-09-10T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a field from workflow</title>
      <link>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566597#M13005</link>
      <description>&lt;P&gt;Basically there are two way to do it.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Lookup (file / kv store)&lt;/LI&gt;&lt;LI&gt;external command which do dns lookup&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/DNS-Lookup-via-Splunk/td-p/72304" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/DNS-Lookup-via-Splunk/td-p/72304&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1st one needs that you are keeping up separate ip vs nsi mappings in csv file or in kvstore and update it regular base.&lt;/P&gt;&lt;P&gt;2nd one needs separate command to do it and if/when you have lot of IPs it could take a long time. You can start with this&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/1535/" target="_blank"&gt;https://splunkbase.splunk.com/app/1535/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 09:53:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566597#M13005</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-09-10T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a field from workflow</title>
      <link>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566598#M13006</link>
      <description>&lt;P&gt;Thank you sir!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 09:55:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Adding-a-field-from-workflow/m-p/566598#M13006</guid>
      <dc:creator>a_n</dc:creator>
      <dc:date>2021-09-10T09:55:31Z</dc:date>
    </item>
  </channel>
</rss>

