<?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 query error tstat in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522057#M147191</link>
    <description>&lt;P&gt;Hi when i ran this query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"| tstats count, values(\"Authentication.tag\") as tag from datamodel=Authentication where ((nodename = Authentication.Failed_Authentication) \`hdsi_repeat_failed_logins_alert_filter\`) groupby \"Authentication.src\", \"Authentication.dest\", \"Authentication.user\", _time span=1s | \`drop_dm_object_name(\"Authentication\")\` | eventstats sum(count) as src_count by src | eval user=lower(mvindex(split(user,\"@\"),0)) | search NOT [ search earliest=-24h@h tag=modify tag=password user=* NOT user=\"*$\" | eval user=lower(mvindex(split(user,\"@\"),0)) | dedup user | fields user ] | lookup hdsi_user_login_statistics.csv src, dest, user | eval p_fail_user = exact(failcountbyuser / totalcountbyuser) | eval p_fail_src=exact(failcountbysrc / totalcountbysrc) | where (p_fail_user &amp;lt; 1 AND ( p_fail_src &amp;gt; 0.05 OR p_fail_user &amp;gt; 0.1)) OR isnull(p_fail_user) | eval safeness=case(tag==\"privileged\", 0.25, tag==\"mail\", 6, tag==\"disabled_or_locked_out_authentication\", 8, tag==\"known_scanner_src\",20) | fillnull value=1 safeness | transaction maxspan=10m src,dest,user | stats values(dest) as dest, values(user) as user, sum(count) as eventcount, min(_time) as _time, max(duration) as duration, sum(safeness) as safeness, dc(dest) as dest_count by src | eval thresh = (safeness*30)/dest_count | where eventcount &amp;gt; thresh"&lt;/P&gt;&lt;P&gt;Im getting this error:&lt;/P&gt;&lt;P&gt;"type": "INFO",&lt;BR /&gt;"text": "The limit has been reached for log messages in info.csv. 25 messages have not been written to info.csv. Refer to search.log for these messages or limits.conf to configure this limit."&lt;/P&gt;&lt;P&gt;someone can help with that please ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:56:41 GMT</pubDate>
    <dc:creator>havatz</dc:creator>
    <dc:date>2020-09-29T16:56:41Z</dc:date>
    <item>
      <title>query error tstat</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522057#M147191</link>
      <description>&lt;P&gt;Hi when i ran this query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"| tstats count, values(\"Authentication.tag\") as tag from datamodel=Authentication where ((nodename = Authentication.Failed_Authentication) \`hdsi_repeat_failed_logins_alert_filter\`) groupby \"Authentication.src\", \"Authentication.dest\", \"Authentication.user\", _time span=1s | \`drop_dm_object_name(\"Authentication\")\` | eventstats sum(count) as src_count by src | eval user=lower(mvindex(split(user,\"@\"),0)) | search NOT [ search earliest=-24h@h tag=modify tag=password user=* NOT user=\"*$\" | eval user=lower(mvindex(split(user,\"@\"),0)) | dedup user | fields user ] | lookup hdsi_user_login_statistics.csv src, dest, user | eval p_fail_user = exact(failcountbyuser / totalcountbyuser) | eval p_fail_src=exact(failcountbysrc / totalcountbysrc) | where (p_fail_user &amp;lt; 1 AND ( p_fail_src &amp;gt; 0.05 OR p_fail_user &amp;gt; 0.1)) OR isnull(p_fail_user) | eval safeness=case(tag==\"privileged\", 0.25, tag==\"mail\", 6, tag==\"disabled_or_locked_out_authentication\", 8, tag==\"known_scanner_src\",20) | fillnull value=1 safeness | transaction maxspan=10m src,dest,user | stats values(dest) as dest, values(user) as user, sum(count) as eventcount, min(_time) as _time, max(duration) as duration, sum(safeness) as safeness, dc(dest) as dest_count by src | eval thresh = (safeness*30)/dest_count | where eventcount &amp;gt; thresh"&lt;/P&gt;&lt;P&gt;Im getting this error:&lt;/P&gt;&lt;P&gt;"type": "INFO",&lt;BR /&gt;"text": "The limit has been reached for log messages in info.csv. 25 messages have not been written to info.csv. Refer to search.log for these messages or limits.conf to configure this limit."&lt;/P&gt;&lt;P&gt;someone can help with that please ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522057#M147191</guid>
      <dc:creator>havatz</dc:creator>
      <dc:date>2020-09-29T16:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: query error tstat</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522074#M147200</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226483"&gt;@havatz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;You can refer to below document for the parameter “&lt;SPAN&gt;max_infocsv_message”.You may need to fine tune the parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.1/Admin/Limitsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.1/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also,Is there a specific reason for escaping those &amp;nbsp;“ “ in the query ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:06:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522074#M147200</guid>
      <dc:creator>ashajambagi</dc:creator>
      <dc:date>2020-09-29T18:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: query error tstat</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522077#M147202</link>
      <description>&lt;P&gt;I ran API queries so I had to add \ to escape the ".&lt;/P&gt;&lt;P&gt;I must change the config for this parameter to run this query?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-error-tstat/m-p/522077#M147202</guid>
      <dc:creator>havatz</dc:creator>
      <dc:date>2020-09-29T18:16:55Z</dc:date>
    </item>
  </channel>
</rss>

