/** Logstash configuration */
export interface LogstashConfiguration {
    /** The filter section of logstash.conf */
    filterSection?: string;
    /** The filter section of logstash.conf */
    inputSection: string;
    /** The list of customs Grok patterns */
    patternSection?: string;
}
//# sourceMappingURL=LogstashConfiguration.d.ts.map