<?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 Dashboard Studio Multi-value Text Filtering in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Multi-value-Text-Filtering/m-p/756477#M59313</link>
    <description>&lt;P&gt;I'm trying to create SPL so I can enter multiple values on a Domain text filter. For example, I'd like to enter something like &lt;STRONG&gt;*100.15.*;*100.36*&lt;/STRONG&gt; and get all IPs that start with &lt;STRONG&gt;100.15.&lt;/STRONG&gt; and &lt;STRONG&gt;100.36.&amp;nbsp;&lt;/STRONG&gt;Can someone provide guidance please?&lt;/P&gt;</description>
    <pubDate>Sat, 13 Dec 2025 12:48:39 GMT</pubDate>
    <dc:creator>samp</dc:creator>
    <dc:date>2025-12-13T12:48:39Z</dc:date>
    <item>
      <title>Dashboard Studio Multi-value Text Filtering</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Multi-value-Text-Filtering/m-p/756477#M59313</link>
      <description>&lt;P&gt;I'm trying to create SPL so I can enter multiple values on a Domain text filter. For example, I'd like to enter something like &lt;STRONG&gt;*100.15.*;*100.36*&lt;/STRONG&gt; and get all IPs that start with &lt;STRONG&gt;100.15.&lt;/STRONG&gt; and &lt;STRONG&gt;100.36.&amp;nbsp;&lt;/STRONG&gt;Can someone provide guidance please?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2025 12:48:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Multi-value-Text-Filtering/m-p/756477#M59313</guid>
      <dc:creator>samp</dc:creator>
      <dc:date>2025-12-13T12:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Studio Multi-value Text Filtering</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Multi-value-Text-Filtering/m-p/756486#M59314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276588"&gt;@samp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults count=6
| streamstats count as n
| eval ip=case(n=1,"100.15.1.10",
               n=2,"100.15.99.5",
               n=3,"100.36.7.8",
               n=4,"100.36.200.1",
               n=5,"100.99.1.1",
               1=1,"10.0.0.1")
| search [| makeresults 
| eval user_input="100.15.*;100.36.*" 
| eval ip=split(user_input,";") 
| fields ip 
| format]&lt;/LI-CODE&gt;&lt;P&gt;This uses a search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[| makeresults 
| eval user_input="100.15.*;100.36.*" 
| eval ip=split(user_input,";") 
| fields ip 
| format]&lt;/LI-CODE&gt;&lt;P&gt;To search for the IPs that match the specific pattern/input - You can replace this with a token e.g. $my_ip_list$ etc as required, and you can move it into the initial search command rather than limit later down the search depending on your requirements.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 23:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Multi-value-Text-Filtering/m-p/756486#M59314</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-12-12T23:31:56Z</dc:date>
    </item>
  </channel>
</rss>

