<?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 Problems to drill down Windows path in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142494#M8596</link>
    <description>&lt;P&gt;Hi people I'm having some issues in a chart drill down that has Windows paths (like: C:\Users\Administrator). When I click in the windows paths to drill down it passes to the next dashboard the variable of the windows path (C:\Users\Administrator) and the search of the next dashboard cannot find any data since splunk search must double back slash to search properly.&lt;BR /&gt;
If I do a search like: "sourcetype=src1 path="C:\Users\Administrator"" I cannot find any results, but If I search using this: "sourcetype=src1 path:"C:\\Users\\Administrator"" I can find the results. Is there any automatic way to transforms this single back slash into two back slashes (\\) maybe using eval.&lt;BR /&gt;
Here are some data that may help you understand better:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Log:&lt;BR /&gt;
date=10:16:08.000 AM 2/7/2014 10:16:08 path="C:\Users\Administrator" file=file.exe risk=High&lt;BR /&gt;
date=10:12:33.000 AM 2/7/2014 05:39:28 path="C:\Users\Administrator" file=blocker.exe risk=High&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Can someone help me?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2014 20:47:09 GMT</pubDate>
    <dc:creator>gfreitas</dc:creator>
    <dc:date>2014-02-07T20:47:09Z</dc:date>
    <item>
      <title>Problems to drill down Windows path</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142494#M8596</link>
      <description>&lt;P&gt;Hi people I'm having some issues in a chart drill down that has Windows paths (like: C:\Users\Administrator). When I click in the windows paths to drill down it passes to the next dashboard the variable of the windows path (C:\Users\Administrator) and the search of the next dashboard cannot find any data since splunk search must double back slash to search properly.&lt;BR /&gt;
If I do a search like: "sourcetype=src1 path="C:\Users\Administrator"" I cannot find any results, but If I search using this: "sourcetype=src1 path:"C:\\Users\\Administrator"" I can find the results. Is there any automatic way to transforms this single back slash into two back slashes (\\) maybe using eval.&lt;BR /&gt;
Here are some data that may help you understand better:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Log:&lt;BR /&gt;
date=10:16:08.000 AM 2/7/2014 10:16:08 path="C:\Users\Administrator" file=file.exe risk=High&lt;BR /&gt;
date=10:12:33.000 AM 2/7/2014 05:39:28 path="C:\Users\Administrator" file=blocker.exe risk=High&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Can someone help me?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 20:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142494#M8596</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2014-02-07T20:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to drill down Windows path</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142495#M8597</link>
      <description>&lt;P&gt;I found how:&lt;/P&gt;

&lt;P&gt;instead of doing all in the same search string, I must pipe it to where and trim the directory&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| where path=rtrim("$dir$ ")&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 07 Feb 2014 21:06:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142495#M8597</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2014-02-07T21:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to drill down Windows path</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142496#M8598</link>
      <description>&lt;P&gt;How to achieve this if I want to navigate to a folder path&lt;BR /&gt;
Consider the result of splunk query&lt;BR /&gt;
Name| path&lt;BR /&gt;
Path1 | \abc\p1&lt;BR /&gt;
Path2 | \abc\p2&lt;/P&gt;

&lt;P&gt;I want to click and navigate to the paths .&lt;/P&gt;

&lt;P&gt;For weburls i can achieve using $click.value2|n$&lt;BR /&gt;
But in the case of folders and shared paths how to achieve this???&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 11:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Problems-to-drill-down-Windows-path/m-p/142496#M8598</guid>
      <dc:creator>afsalkh</dc:creator>
      <dc:date>2020-03-12T11:21:46Z</dc:date>
    </item>
  </channel>
</rss>

