<?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: Can Splunk find love? in #Random</title>
    <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469353#M1244</link>
    <description>&lt;P&gt;Thank you, I didn't know I could do this.&lt;BR /&gt;
But I want to find a little more and try your dashboard.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Feb 2020 21:19:39 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-02-08T21:19:39Z</dc:date>
    <item>
      <title>Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469347#M1238</link>
      <description>&lt;P&gt;Since Valentine's Day is near,&lt;BR /&gt;
Splunk can search for everything. And it might find love, I thought.&lt;/P&gt;

&lt;P&gt;How?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 11:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469347#M1238</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-08T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469348#M1239</link>
      <description>&lt;P&gt;Try this dashboard to find out the answer:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://pastebin.com/Rw4DM0RC"&gt;https://pastebin.com/Rw4DM0RC&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Sorry for the pastebin link, but the forum keeps giving 500 error when I post the code here. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Valentine's Day Slots by Michael Camp Bentley&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="true" autoRun="true"&amp;gt;
    &amp;lt;input type="dropdown" token="bet" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Bet Amount&amp;lt;/label&amp;gt;
      &amp;lt;choice value="1"&amp;gt;Bet $1&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="5"&amp;gt;Bet $5&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="10"&amp;gt;Bet $10&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;1&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;1&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults count=1 
| eval participants= printf("%c",tonumber("1F47C",16)).",".printf("%c",tonumber("2661",16)).",".printf("%c",tonumber("1F498",16)).",".printf("%c",tonumber("1F48F",16)) 
| makemv delim="," participants 
| mvexpand participants 
| streamstats count(participants) as count1 
| stats range(count1) as range values(participants) as participants 
| eval number_of_participants=tonumber(range+1) 
| eval random=random()%$$number_of_participants$$
| eval a=upper(mvindex(participants,random)) 
| fields a 
| appendcols 
    [| makeresults count=1 
    | eval participants= printf("%c",tonumber("1F47C",16)).",".printf("%c",tonumber("2661",16)).",".printf("%c",tonumber("1F498",16)).",".printf("%c",tonumber("1F48F",16)) 
    | makemv delim="," participants 
    | mvexpand participants 
    | streamstats count(participants) as count1 
    | stats range(count1) as range values(participants) as participants 
    | eval number_of_participants=tonumber(range+1) 
    | eval random=random()%$$number_of_participants$$
    | eval b=upper(mvindex(participants,random)) 
    | fields b] 
| appendcols 
    [| makeresults count=1 
    | eval participants= printf("%c",tonumber("1F47C",16)).",".printf("%c",tonumber("2661",16)).",".printf("%c",tonumber("1F498",16)).",".printf("%c",tonumber("1F48F",16)) 
    | makemv delim="," participants 
    | mvexpand participants 
    | streamstats count(participants) as count1 
    | stats range(count1) as range values(participants) as participants 
    | eval number_of_participants=tonumber(range+1) 
    | eval random=random()%$$number_of_participants$$
    | eval c=upper(mvindex(participants,random)) 
    | fields c] 
| eval earnings=case(
    a==printf("%c",tonumber("1F48F",16)) AND b==printf("%c",tonumber("1F48F",16)) AND c==printf("%c",tonumber("1F48F",16)),1000,
    a==printf("%c",tonumber("1F498",16)) AND b==printf("%c",tonumber("1F498",16)) AND c==printf("%c",tonumber("1F498",16)) ,500,
    a==printf("%c",tonumber("2661",16)) AND b==printf("%c",tonumber("2661",16)) AND c==printf("%c",tonumber("2661",16)) ,250,
    a==printf("%c",tonumber("1F47C",16)) AND b==printf("%c",tonumber("1F47C",16)) AND c==printf("%c",tonumber("1F47C",16)) ,100,
    a==printf("%c",tonumber("1F48F",16)) AND b==printf("%c",tonumber("1F48F",16)) OR b==printf("%c",tonumber("1F48F",16))
    AND c==printf("%c",tonumber("1F48F",16)) OR a==printf("%c",tonumber("1F48F",16)) AND c==printf("%c",tonumber("1F48F",16)),500,
    a==printf("%c",tonumber("1F498",16)) AND b==printf("%c",tonumber("1F498",16)) OR b==printf("%c",tonumber("1F498",16)) 
    AND c==printf("%c",tonumber("1F498",16)) OR a==printf("%c",tonumber("1F498",16)) AND c==printf("%c",tonumber("1F498",16)) ,250,
    a==printf("%c",tonumber("2661",16)) AND b==printf("%c",tonumber("2661",16)) OR b==printf("%c",tonumber("2661",16)) 
    AND c==printf("%c",tonumber("2661",16)) OR a==printf("%c",tonumber("2661",16)) AND c==printf("%c",tonumber("2661",16)) ,100,
    a==printf("%c",tonumber("1F47C",16)) AND b==printf("%c",tonumber("1F47C",16)) OR b==printf("%c",tonumber("1F47C",16))
    AND c==printf("%c",tonumber("1F47C",16)) OR a==printf("%c",tonumber("1F47C",16)) AND c==printf("%c",tonumber("1F47C",16)) ,10,
    1=1,0) 
| eval loss=if(earnings==0,$bet$,0)&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;1535385600.000&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;1535474114.000&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
          &amp;lt;refresh&amp;gt;30s&amp;lt;/refresh&amp;gt;
          &amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="colorBy"&amp;gt;value&amp;lt;/option&amp;gt;
        &amp;lt;option name="colorMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="numberPrecision"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeColors"&amp;gt;["0x65a637","0x6db7c6","0xf7bc38","0xf58f39","0xd93f3c"]&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeValues"&amp;gt;[0,30,70,100]&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="showSparkline"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="showTrendIndicator"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendColorInterpretation"&amp;gt;standard&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendDisplayMode"&amp;gt;absolute&amp;lt;/option&amp;gt;
        &amp;lt;option name="unitPosition"&amp;gt;after&amp;lt;/option&amp;gt;
        &amp;lt;option name="useColors"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="useThousandSeparators"&amp;gt;1&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
     &amp;lt;row&amp;gt;
         &amp;lt;panel&amp;gt;
             &amp;lt;html&amp;gt;
                 Contact the Author -&amp;gt; &amp;lt;a href="https://www.linkedin.com/in/remote-splunk-consultant-atlanta" alt="Link to Michael Bentley's LinkedIn Profile"&amp;gt;Michael "JKat54" Bentley&amp;lt;/a&amp;gt; -&amp;gt; Or Call 1-844-4SPLUNK for more details
             &amp;lt;/html&amp;gt;
         &amp;lt;/panel&amp;gt;
     &amp;lt;/row&amp;gt;   
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 08 Feb 2020 13:27:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469348#M1239</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-08T13:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469349#M1240</link>
      <description>&lt;P&gt;Sure, since splunk supports UTF, many of the "valentines" characters will work when eval'd like the white and black hearts below:&lt;/P&gt;

&lt;P&gt;♡&lt;BR /&gt;
♥&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 13:27:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469349#M1240</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-08T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469350#M1241</link>
      <description>&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/valentines2015.html"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/valentines2015.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 13:35:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469350#M1241</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-08T13:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469351#M1242</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="WINNER"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8377iD19E3D4D1D0B9F11/image-size/large?v=v2&amp;amp;px=999" role="button" title="WINNER" alt="WINNER" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 13:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469351#M1242</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-08T13:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469352#M1243</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;text to bin&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="text" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;Text&amp;lt;/label&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults count=1112
| streamstats current=f count
| where match(count,"^[01]?[01]?[01]?[01]$$")
| eval count =printf("%04d",count)
| stats list(count) as hex2bin
| eval counter = mvappend(mvrange(0,10),split("abcdef",""))
| appendcols [| makeresults count=256
| streamstats count as code
| eval ascii=printf("%c",code)
| stats values(ascii) as ascii
| eval code=mvrange(1,256)]
| eval text="$field1$"
| appendpipe [
| eval text_len=mvrange(1,len(text)+1)
| rex field=text_len mode=sed "s/(\d+)/bin_\1/g"
| stats count by text_len
| transpose header_field=text_len column_name=text]
| head 1
| foreach bin_* 
    [ eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; = mvindex(split(text,""),&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt; -1)
    | eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; = mvindex(code,mvfind(ascii,&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;))
    | eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_upper = printf("%x",floor(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; / 16)) 
    | eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_lower = printf("%x",(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; % 16)) 
    | eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_upper=mvindex(hex2bin,mvfind(counter,&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_upper)) 
    | eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_lower=mvindex(hex2bin,mvfind(counter,&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_lower))
    | eval result=mvappend(result,&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_upper,&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;_lower)]
    | table text result
    | eval result=mvjoin(result," ")&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Text to Bin"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8379iAFC2DBA2D2779F2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Text to Bin" alt="Text to Bin" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 20:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469352#M1243</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-08T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469353#M1244</link>
      <description>&lt;P&gt;Thank you, I didn't know I could do this.&lt;BR /&gt;
But I want to find a little more and try your dashboard.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 21:19:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469353#M1244</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-08T21:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469354#M1245</link>
      <description>&lt;P&gt;Thank you, there was such an article.&lt;BR /&gt;
But I want to find a little more.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 21:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469354#M1245</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-08T21:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469355#M1246</link>
      <description>&lt;P&gt;&lt;A href="https://conf.splunk.com/watch/conf-online.html?search=dating#/"&gt;BA120253 - Big Dating: Using Splunk to Fall in Love&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2020 19:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469355#M1246</guid>
      <dc:creator>spayneort</dc:creator>
      <dc:date>2020-02-09T19:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469356#M1247</link>
      <description>&lt;P&gt;&lt;A href="https://www.imdb.com/title/tt0093779/quotes/qt0482753"&gt;True love is the greatest thing in the world - except for a nice MLT - mutton lettuce and tomato sandwich...&lt;/A&gt; but when discussing the application of mathematics and technology in the search for love, I feel it's important to keep in mind that &lt;A href="https://xkcd.com/55/"&gt;your normal approach is useless here&lt;/A&gt;:&lt;BR /&gt;
&lt;IMG src="https://imgs.xkcd.com/comics/useless.jpg" alt="Even the identity matrix doesn't work normally" /&gt;&lt;/P&gt;

&lt;P&gt;But, Splunk enables you to bring data from Everything, and apply it to Everything. So what are you passionate about? You could &lt;A href="https://www.splunk.com/en_us/about-us/splunk4good.html"&gt;use that power for good causes&lt;/A&gt; and enable the charities that you are passionate about. Or maybe you're passionate about other things... maybe &lt;A href="https://blog.augustschell.com/splunk-your-car"&gt;cars&lt;/A&gt;, or &lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/smoking-hot-data-how-we-splunked-barbecue.html"&gt;barbeque&lt;/A&gt;, or &lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/turn-up-the-noise-with-a-splunk-party-dashboard.html"&gt;parties&lt;/A&gt;, &lt;A href="https://twitter.com/21stamendment/status/704423316954570752"&gt;brewing&lt;/A&gt;, or anything else you can think of. It's simply a matter of getting that data into Splunk to start analyzing it to help making decisions to improve things&lt;/P&gt;

&lt;P&gt;And on that journey of bringing data to your passions, there have been and continue to be a lot of awesome people in the &lt;A href="https://www.splunk.com/en_us/community.html"&gt;worldwide Splunk Community&lt;/A&gt;...  Between &lt;A href="https://splk.it/slack"&gt;Slack&lt;/A&gt;, here on Answers, &lt;A href="https://reddit.com/r/splunk"&gt;Reddit&lt;/A&gt;, many local &lt;A href="https://usergroups.splunk.com/"&gt;user groups&lt;/A&gt;, and lots of other places around the world and online, there are so many folks, passionate in their respective areas, who are willing to help and talk and spread new ideas about the uses of Splunk, Phantom, VictorOps, SignalFX, Omnition, UBA, DSP, and many other solutions supported by Splunk, Inc, and even those used often around Splunk solutions, to make everyone's work and personal lives better. Some of them may even share your particular passions as well!&lt;/P&gt;

&lt;P&gt;The Splunk community is the heart of Splunk... and finding them was an experience of finding my people. I love those who have mentored me there, and I love giving back and helping others find that same spark that I had with it. Because of the Splunk Community, .conf has become much more than just a Vendor conference to learn what's new and awesome around Splunk... for me and others, it's become that camp where I know I'll be able to see in person and catch up with all the people I love, and have missed seeing them in person over the past year. These people have both seen me at my best, and helped me through my worst... and there are even a few of them where I would hop on a plane at a moments notice to come help if they needed me to.&lt;/P&gt;

&lt;P&gt;So sure Splunk helped me find love... &lt;/P&gt;

&lt;P&gt;Perhaps somewhat differently than you may have intended... but what is love? &lt;BR /&gt;
&lt;IMG src="http://www.quickmeme.com/img/f8/f8e5f3fa3681f3e3a613687c67ae26127bdf55eae6c2825a5a220475f0bfb89c.jpg" alt="Baby don't hurt me, don't hurt me, no more" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 00:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469356#M1247</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2020-02-10T00:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469357#M1248</link>
      <description>&lt;P&gt;Oh, &lt;BR /&gt;
Old days you sang &lt;A href="https://youtu.be/dQw4w9WgXcQ"&gt;Never gonna give you up&lt;/A&gt;, now such a sad &lt;A href="https://youtu.be/HEXWRTEbj1I"&gt;song&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;what is love?&lt;/CODE&gt; I don't  know , too.&lt;BR /&gt;
But I want to find a little more.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 12:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469357#M1248</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-10T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469358#M1249</link>
      <description>&lt;P&gt;Thank you, It will be helpful.&lt;BR /&gt;
But I want to find a little more.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 12:27:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469358#M1249</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-10T12:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469359#M1250</link>
      <description>&lt;P&gt;When I &lt;CODE&gt;set&lt;/CODE&gt; my eyes upon you, dearest Splunky&lt;BR /&gt;
And &lt;CODE&gt;lookup&lt;/CODE&gt; at my &lt;CODE&gt;rare&lt;/CODE&gt; love,&lt;BR /&gt;
My mind doth &lt;CODE&gt;return&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;from&lt;/CODE&gt; a &lt;CODE&gt;search&lt;/CODE&gt; for a perfect &lt;CODE&gt;union&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Who could &lt;CODE&gt;predict&lt;/CODE&gt;&lt;BR /&gt;
We could &lt;CODE&gt;sort&lt;/CODE&gt; our &lt;CODE&gt;diffs&lt;/CODE&gt; and &lt;CODE&gt;join&lt;/CODE&gt;?&lt;BR /&gt;
As I &lt;CODE&gt;crawl&lt;/CODE&gt; with my &lt;CODE&gt;tail&lt;/CODE&gt; between my legs&lt;BR /&gt;
To &lt;CODE&gt;join&lt;/CODE&gt; my &lt;CODE&gt;top&lt;/CODE&gt; love once again!&lt;/P&gt;

&lt;P&gt;I never &lt;CODE&gt;metadata&lt;/CODE&gt; source so robust and &lt;CODE&gt;uniq&lt;/CODE&gt;&lt;BR /&gt;
From &lt;CODE&gt;head&lt;/CODE&gt; to &lt;CODE&gt;tail&lt;/CODE&gt;,&lt;BR /&gt;
Dearest Splunky, which none can &lt;CODE&gt;replace&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 13:09:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469359#M1250</guid>
      <dc:creator>jpolvino</dc:creator>
      <dc:date>2020-02-10T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469360#M1251</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| windbag
| regex "[love]"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Feb 2020 13:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469360#M1251</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-10T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469361#M1252</link>
      <description>&lt;P&gt;Just don't use the Drake equation...you'll be seriously depressed. &lt;BR /&gt;
&lt;A href="https://www.maa.org/news/math-news/drake-equation-adapted-to-estimate-soulmate-search-odds"&gt;https://www.maa.org/news/math-news/drake-equation-adapted-to-estimate-soulmate-search-odds&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 21:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469361#M1252</guid>
      <dc:creator>emeelan_splunk</dc:creator>
      <dc:date>2020-02-10T21:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469362#M1253</link>
      <description>&lt;P&gt;&lt;A href="https://youtu.be/ClPPSry8bBw"&gt;too little!!&lt;/A&gt;&lt;BR /&gt;
But I believe to find a little more.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 09:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469362#M1253</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-12T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469363#M1254</link>
      <description>&lt;P&gt;Hey, Look. I find it!&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="love"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8382i0EE07F9C4606A242/image-size/large?v=v2&amp;amp;px=999" role="button" title="love" alt="love" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults count=2
| streamstats count as x
| eval x=if(x=1,0.00000,1.80000)
| makecontinuous x span=0.01
| eval z=split("A#B#C#D","#")
| stats values(x) as x by z
| stats count by x z
| eval y = case(x &amp;lt; 1 AND (z="A" OR z="C"),exact(pow(x,(2/3))) + exact(sqrt(1 - pow(x,2)))
,x &amp;lt; 1 AND (z="B" OR z="D"),exact(pow(x,(2/3))) - exact(sqrt(1 - pow(x,2))))
| eval x = if(z="C" OR z="D",x * -1, x)
| table x , y
| sort 0 x
| rename y as LOVE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;cf. &lt;A href="https://qiita.com/toshikawa/items/a74ef9f6c22d16127507"&gt;technical detail&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 11:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469363#M1254</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-13T11:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469364#M1255</link>
      <description>&lt;P&gt;Hi,everyone&lt;BR /&gt;
Thank you for so many answers.&lt;BR /&gt;
&lt;EM&gt;Can splunk find love?&lt;/EM&gt;&lt;BR /&gt;
&lt;CODE&gt;yes&lt;/CODE&gt;&lt;/P&gt;

&lt;H1&gt;Happy Valentine's Day and Happy Splunking!&lt;/H1&gt;</description>
      <pubDate>Thu, 13 Feb 2020 20:52:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469364#M1255</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-13T20:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk find love?</title>
      <link>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469365#M1256</link>
      <description>&lt;P&gt;I modify a little. so, I can provide your great query here!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 21:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Can-Splunk-find-love/m-p/469365#M1256</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-18T21:58:00Z</dc:date>
    </item>
  </channel>
</rss>

