<?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: Find Hosts which do their searches in alphabetical order in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432796#M167706</link>
    <description>&lt;P&gt;I guess you could do the following:&lt;/P&gt;

&lt;P&gt;Sort by host and time in such a way that events are grouped by host and within that grouping sorted by time&lt;BR /&gt;
Use a command like streamstats to give events a sequence number (restarting on host change)&lt;BR /&gt;
Sort by host and query text in such a way that events are still grouped by host but within that grouping sorted by query text&lt;BR /&gt;
Use the delta command to detect whether the sequence numbers are still in the same order, or completely mixed up&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 08:12:54 GMT</pubDate>
    <dc:creator>FrankVl</dc:creator>
    <dc:date>2018-08-29T08:12:54Z</dc:date>
    <item>
      <title>Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432790#M167700</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;

&lt;P&gt;I have many log-entries with the two fields "host_address" (an IP address) and "query" (a search query). One entry per query. I would like to figure out which "host_addresses" do their queries in alphabetical order. That's it.&lt;/P&gt;

&lt;P&gt;To be honest: I have no idea where to start!&lt;/P&gt;

&lt;P&gt;The only thing I found was the following article:&lt;/P&gt;

&lt;P&gt;[&lt;A href="https://www.splunk.com/blog/2017/06/16/detecting-brute-force-attacks-with-splunk.html%5D%5B1" target="_blank"&gt;https://www.splunk.com/blog/2017/06/16/detecting-brute-force-attacks-with-splunk.html][1&lt;/A&gt;]&lt;/P&gt;

&lt;P&gt;but it does not really help me eather. Can anyone?&lt;/P&gt;

&lt;P&gt;Best regards, Dominic&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:04:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432790#M167700</guid>
      <dc:creator>switch_dast</dc:creator>
      <dc:date>2020-09-29T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432791#M167701</link>
      <description>&lt;P&gt;@switch_dast,&lt;/P&gt;

&lt;P&gt;It couldn't be that simple, but are your looking for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* | table host_address,query|sort query
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:28:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432791#M167701</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-28T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432792#M167702</link>
      <description>&lt;P&gt;I dont think so.. I don't want so see the queries in sorted order - I want to know which hosts issue their queries in alphabetical order&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432792#M167702</guid>
      <dc:creator>switch_dast</dc:creator>
      <dc:date>2018-08-28T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432793#M167703</link>
      <description>&lt;P&gt;... and I don't want to figure out if the order is alphabetical by eye. Splunk should give me a list of host_addresses which behave like that. Late I want to generate alerts for hosts which behave in that way&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432793#M167703</guid>
      <dc:creator>switch_dast</dc:creator>
      <dc:date>2018-08-28T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432794#M167704</link>
      <description>&lt;P&gt;Can you give example of what you'd call host_addresses in alphabetical order? &lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432794#M167704</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-08-28T15:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432795#M167705</link>
      <description>&lt;P&gt;Multiple Hosts invoke multiple text-based search-queries and I would like to know which hosts apply there SEARCH-QUERIES in alphabetical order. Usually they should be in more a or less random order. So I dan't care about the alphabetical order of the host_addresses but of the seach-queries!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 06:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432795#M167705</guid>
      <dc:creator>switch_dast</dc:creator>
      <dc:date>2018-08-29T06:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find Hosts which do their searches in alphabetical order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432796#M167706</link>
      <description>&lt;P&gt;I guess you could do the following:&lt;/P&gt;

&lt;P&gt;Sort by host and time in such a way that events are grouped by host and within that grouping sorted by time&lt;BR /&gt;
Use a command like streamstats to give events a sequence number (restarting on host change)&lt;BR /&gt;
Sort by host and query text in such a way that events are still grouped by host but within that grouping sorted by query text&lt;BR /&gt;
Use the delta command to detect whether the sequence numbers are still in the same order, or completely mixed up&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-Hosts-which-do-their-searches-in-alphabetical-order/m-p/432796#M167706</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-08-29T08:12:54Z</dc:date>
    </item>
  </channel>
</rss>

