Class V20191121145100_FixDefaultGrokPatterns

java.lang.Object
org.graylog2.migrations.Migration
org.graylog2.migrations.V20191121145100_FixDefaultGrokPatterns
All Implemented Interfaces:
Comparable<Migration>

public class V20191121145100_FixDefaultGrokPatterns extends Migration
Fixes errors in the default grok patterns that have been installed by the V20180924111644_AddDefaultGrokPatterns migration.

At the moment this is only the COMMONAPACHELOG pattern, but if we find more issues with the default patterns we should be able to adjust this migration by adding more patterns instead of having to write additional migrations.