]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/stats: update warning for new default behavior
authorVictor Julien <victor@inliniac.net>
Sat, 28 Sep 2019 08:12:49 +0000 (10:12 +0200)
committerVictor Julien <victor@inliniac.net>
Sun, 29 Sep 2019 05:49:36 +0000 (07:49 +0200)
src/output-json-stats.c

index f498839da989f95c7e826bc92506698fccadbe16..f890f22e3bd8200ddb9d7b3def57620f2b2cf94d 100644 (file)
@@ -401,8 +401,7 @@ static OutputInitResult OutputStatsLogInit(ConfNode *conf)
             strcmp(stats_decoder_events_prefix, "decoder") == 0) {
         SCLogWarning(SC_WARN_EVE_MISSING_EVENTS, "json stats will not display "
                 "all decoder events correctly. See #2225. Set a prefix in "
-                "stats.decoder-events-prefix. In 5.0 the prefix will default "
-                "to 'decoder.event'.");
+                "stats.decoder-events-prefix.");
     }
 
     if (SCConfLogOpenGeneric(conf, file_ctx, DEFAULT_LOG_FILENAME, 1) < 0) {
@@ -479,8 +478,7 @@ static OutputInitResult OutputStatsLogInitSub(ConfNode *conf, OutputCtx *parent_
             strcmp(stats_decoder_events_prefix, "decoder") == 0) {
         SCLogWarning(SC_WARN_EVE_MISSING_EVENTS, "eve.stats will not display "
                 "all decoder events correctly. See #2225. Set a prefix in "
-                "stats.decoder-events-prefix. In 5.0 the prefix will default "
-                "to 'decoder.event'.");
+                "stats.decoder-events-prefix.");
     }
 
     stats_ctx->flags = JSON_STATS_TOTALS;