<?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: Splunk CIM Network Traffic issue with the field action in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646613#M9524</link>
    <description>&lt;P&gt;Hi Gcusello,&amp;nbsp;&lt;BR /&gt;I have changed it and waited for like 30 minutes and still not works unfortunately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the chart that it currently generates:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1686564195193.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25782iD650FBFB5A11B0D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Eyal_0-1686564195193.png" alt="Eyal_0-1686564195193.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see that the calculated field is not works (the permissions are global it should work)&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2023 10:04:36 GMT</pubDate>
    <dc:creator>Eyal</dc:creator>
    <dc:date>2023-06-12T10:04:36Z</dc:date>
    <item>
      <title>Splunk CIM Network Traffic issue with the field action?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646595#M9522</link>
      <description>&lt;DIV class=""&gt;Hi,&lt;BR /&gt;I have adjusted one of the FWs to be CIM compline.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I have 2 type of action parameters:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL class=""&gt;
&lt;LI&gt;one called "Action" that contains 100% of the values.&lt;/LI&gt;
&lt;LI&gt;one called "action" that contains 3% of the values.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class=""&gt;I created a query in the calculated fields that should translate all the values in the Action field to the strings allowed and blocked as supposed to be in the Network Traffic Data Model.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Link:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.splunk.com/Documentation/CIM/5.1.1/User/NetworkTraffic" target="_blank" rel="noopener noreferrer"&gt;https://docs.splunk.com/Documentation/CIM/5.1.1/User/NetworkTraffic&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The query is:&lt;/STRONG&gt;&lt;BR /&gt;case(like('Action',"%alert%"),"allowed",like('Action',"%allow%"),"allowed",like('Action',"%drop%"),"blocked",like('Action',"%reset-both%"),"blocked",like('Action',"%block-url%"),"blocked",like('Action',"%deny%"),"blocked")&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;It works when I query this in the SPL command line however is not works when it rans as a calculated field.&lt;BR /&gt;Does Someone familiar with this issue? I will really appreciate your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2023 14:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646595#M9522</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-20T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646596#M9523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;why do you use apex for field names?&lt;/P&gt;&lt;P&gt;please try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;case(like(Action,"%alert%"),"allowed",like(Action,"%allow%"),"allowed",like(Action,"%drop%"),"blocked",like(Action,"%reset-both%"),"blocked",like(Action,"%block-url%"),"blocked",like(Action,"%deny%"),"blocked")&lt;/LI-CODE&gt;&lt;P&gt;in calculated fields.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 09:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646596#M9523</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-12T09:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646613#M9524</link>
      <description>&lt;P&gt;Hi Gcusello,&amp;nbsp;&lt;BR /&gt;I have changed it and waited for like 30 minutes and still not works unfortunately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the chart that it currently generates:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1686564195193.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25782iD650FBFB5A11B0D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Eyal_0-1686564195193.png" alt="Eyal_0-1686564195193.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see that the calculated field is not works (the permissions are global it should work)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 10:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646613#M9524</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-12T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646647#M9525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if the values of Action are only one word, you don't need to use like, but your can use equal:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;case(Action="alert","allowed",Action="allow","allowed",Action="drop","blocked",Action="reset-both","blocked",Action="block-url","blocked",Action="deny","blocked")&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 12:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646647#M9525</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-12T12:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646769#M9526</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have tried what you meant in the previous suggest unfortanually this did not worked as well, I have created additional parameter called Action_Test to see if the name of the parameter is might be the issue and this are the results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1686641415781.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25809i534E020E67056A7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Eyal_0-1686641415781.png" alt="Eyal_0-1686641415781.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_1-1686641479048.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25810i39C34409C9E8D812/image-size/large?v=v2&amp;amp;px=999" role="button" title="Eyal_1-1686641479048.png" alt="Eyal_1-1686641479048.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Seems like the source issue comes from the name itself, cause your query defiantly works but not when I try to add this to the action field..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do you might have another idea how to resolve this case? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 07:34:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646769#M9526</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-13T07:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646770#M9527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;are you sure that the action field isn't already existent?&lt;/P&gt;&lt;P&gt;try to make an eval&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval action=coalesce(Action_Test,action)&lt;/LI-CODE&gt;&lt;P&gt;or a rename&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rename Action_Test As action&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 07:38:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646770#M9527</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-13T07:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646772#M9528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The value indeed exist already from the vendor itself he provide to values "Action" and "action".&lt;/P&gt;&lt;P&gt;The Action consist 100% of the values and action consists only 3%, There fore I wanted to transfer all the values to be in the action field as supposed to be according to the Network Traffic Data Model.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:05:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646772#M9528</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-13T08:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646775#M9529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to have the action value when present and the Action value when action is empty, please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval action=coalesce(action,Action_Test)&lt;/LI-CODE&gt;&lt;P&gt;before ina a search, then in a calculated field&lt;/P&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646775#M9529</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-13T08:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646813#M9530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First of all I really appreciate your help in this case!&lt;/P&gt;&lt;P&gt;Secondly, I have tried what you meant; It is working if i query this from the command line.&lt;/P&gt;&lt;P&gt;However, Is not working if I put it as a calculated field that is my major problem If I want my index to be complied with the Data Model (Traffic Network).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1686660310684.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25816iDBAE5B84748FC337/image-size/large?v=v2&amp;amp;px=999" role="button" title="Eyal_0-1686660310684.png" alt="Eyal_0-1686660310684.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 12:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646813#M9530</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-13T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646816#M9531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this could not be a problem because in the datamodel definition you can insert an eval calculation.&lt;/P&gt;&lt;P&gt;Anyway, did you tried to create also a calculated field with the coalesce?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 12:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646816#M9531</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-13T12:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646835#M9532</link>
      <description>&lt;P&gt;I see, Good to know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Yeah I have added this as a calculated field still not works..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1686667855560.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25817iDF180AC92B689EEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eyal_0-1686667855560.png" alt="Eyal_0-1686667855560.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:51:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646835#M9532</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-13T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646836#M9533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval action=coalesce(action,Action)&lt;/LI-CODE&gt;&lt;P&gt;as a calculated field.&lt;/P&gt;&lt;P&gt;Ciao.,&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:53:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/646836#M9533</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-13T14:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647114#M9543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;sorry for not replying I had an issue to sign in, In the last 2 days.&lt;BR /&gt;I did made the &lt;SPAN&gt;coalesce that you have sent and it still not works.&lt;BR /&gt;&lt;BR /&gt;This is the calculated fields:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1686817847721.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25851iA8F6805546A14B57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eyal_0-1686817847721.png" alt="Eyal_0-1686817847721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_1-1686817860411.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25852i4D6F768E190BC4B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eyal_1-1686817860411.png" alt="Eyal_1-1686817860411.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Looks like the actual issue is the fact the the field action already exist and therefore can not calculate this field as supposed to be, Since the attempt of Action_Test did worked.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647114#M9543</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-15T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647131#M9544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;please try this calculated field:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(action="allowed" OR action="blocked",action,Action)&lt;/LI-CODE&gt;&lt;P&gt;if it doesn't run, opena a case to Splunk Support.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647131#M9544</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-15T09:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647420#M9559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have tried all you have suggested until now and unfortunately its still not works &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you have any other suggestion maybe?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_0-1687072008229.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25906i4A882CA1455DBF90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eyal_0-1687072008229.png" alt="Eyal_0-1687072008229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eyal_1-1687072029256.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25907i8B447F5472085D7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eyal_1-1687072029256.png" alt="Eyal_1-1687072029256.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 07:07:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647420#M9559</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-18T07:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647421#M9560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;soryy i I forgot it: did you tried:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(action="allowed" OR action="blocked",action,Action)&lt;/LI-CODE&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 08:06:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647421#M9560</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-18T08:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647423#M9561</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you please explain how is it supposed to help in our case?&lt;/P&gt;&lt;P&gt;under what value should I calculate this fields? action?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 08:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647423#M9561</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-18T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647424#M9562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as you displayed, the action field coud have the values "alowed" or "blocked".&lt;/P&gt;&lt;P&gt;If it has one of these values, the value is taken, otherwise to the action field os assigned the value from the Action field.&lt;/P&gt;&lt;P&gt;Try this approach to see in in this case the calculated field works as it should do.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 08:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647424#M9562</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-18T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647456#M9563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have tried what you have suggested I don't see it is actually works..&lt;BR /&gt;I see the Action_Test works perfectly I think the fact that we already have a value called action is the reason why it breaks, Do you think it is possible to be the reason?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eyal&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 07:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647456#M9563</guid>
      <dc:creator>Eyal</dc:creator>
      <dc:date>2023-06-19T07:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM Network Traffic issue with the field action</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647458#M9564</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254045"&gt;@Eyal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you tested my last solution?&lt;/P&gt;&lt;P&gt;If it continues to fail I haven't any solution!&lt;/P&gt;&lt;P&gt;I'm sorry!&lt;/P&gt;&lt;P&gt;Last try: did you tried to add my last solution, directly in the data Model Add field feature, not passing through Calculated fields?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 07:29:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-CIM-Network-Traffic-issue-with-the-field-action/m-p/647458#M9564</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-19T07:29:31Z</dc:date>
    </item>
  </channel>
</rss>

