<?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 Export/Import filters in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577670#M6094</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the Host Inventory/Applications I can filter programs then save the filter and open it when needed. However it would be very helpful if I could export this filter, modify it in editor and import again. Is any way to do this? I'm just trying to exclude decent number of application from my view and adding them manually to the filer in dashboard is very problematic. Perhaps there is other way to achieve it, like adding multiple application to the filter in dashboard instead doing it one by one?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 15:00:26 GMT</pubDate>
    <dc:creator>Piotr_Kowalczyk</dc:creator>
    <dc:date>2024-02-19T15:00:26Z</dc:date>
    <item>
      <title>Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577670#M6094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the Host Inventory/Applications I can filter programs then save the filter and open it when needed. However it would be very helpful if I could export this filter, modify it in editor and import again. Is any way to do this? I'm just trying to exclude decent number of application from my view and adding them manually to the filer in dashboard is very problematic. Perhaps there is other way to achieve it, like adding multiple application to the filter in dashboard instead doing it one by one?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 15:00:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577670#M6094</guid>
      <dc:creator>Piotr_Kowalczyk</dc:creator>
      <dc:date>2024-02-19T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577876#M6112</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/248369"&gt;@Piotr_Kowalczyk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to our live community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unfortunately you cannot export the filter as of now. The alternate solution will be to to create a query and exclude the list of applications you have and make a dashboard out of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;preset = host_inventory_applications&lt;BR /&gt;| fields application_name , vendor , version , endpoint_name&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you feel this has answered your query, please let us know by clicking on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 10:05:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577876#M6112</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-02-21T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577879#M6115</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;Just two questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Is it possible to add multiple values in the dashboard filter (copy/paste) instead of adding them one by one? I wasn't able to find a&amp;nbsp; solution for this, when I pasted multiple values it showed as one and didn't filter correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Is it possible to filter values in query with &lt;SPAN&gt;NOT CONTAINS&lt;/SPAN&gt; but for multiple values? I know I can use NOT IN (value1,value2) abut is is possible to do this with contains?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 10:20:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/577879#M6115</guid>
      <dc:creator>Piotr_Kowalczyk</dc:creator>
      <dc:date>2024-02-21T10:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578081#M6121</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/248369"&gt;@Piotr_Kowalczyk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;1. You can do copy/paste and hit enter to add multiple application as shown in the image.&lt;/P&gt;
&lt;P&gt;2. You cannot use Not Contains as like Not In, you have to use OR operator. You can refer below query as an example.&lt;/P&gt;
&lt;P&gt;preset = host_inventory_applications&lt;BR /&gt;| fields application_name , vendor , version , endpoint_name&lt;BR /&gt;|filter application_name not contains "7-Zip 23.01 (x64)" or application_name not contains "Git"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you feel this has answered your query, please let us know by clicking on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:16:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578081#M6121</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-02-22T15:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578088#M6122</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;1. Whatever I try I'm ending with applications pasted in one line instead of multiple values.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Piotr_Kowalczyk_1-1708616024274.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/57806i5B250D72CF16DAEF/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Piotr_Kowalczyk_1-1708616024274.png" alt="Piotr_Kowalczyk_1-1708616024274.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Piotr_Kowalczyk_0-1708615959316.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/57805i86FBE837432B7C95/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Piotr_Kowalczyk_0-1708615959316.png" alt="Piotr_Kowalczyk_0-1708615959316.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. I was more looking for a way to have everything separated with comas, like (app1,app2.app3) because this would simplify coping/paste from the list.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:36:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578088#M6122</guid>
      <dc:creator>Piotr_Kowalczyk</dc:creator>
      <dc:date>2024-02-22T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578150#M6127</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/248369"&gt;@Piotr_Kowalczyk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You have to copy paste each application.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 08:22:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578150#M6127</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-02-23T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import filters</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578463#M6158</link>
      <description>&lt;P&gt;Thank you, at least I have clarity now.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 12:41:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/export-import-filters/m-p/578463#M6158</guid>
      <dc:creator>Piotr_Kowalczyk</dc:creator>
      <dc:date>2024-02-27T12:41:47Z</dc:date>
    </item>
  </channel>
</rss>

