/** Logstash configuration */
export interface InputConfigurationLogstashUpdate {
    /** Filter section */
    filterSection?: string;
    /** Input section */
    inputSection: string;
    /** Pattern section */
    patternSection?: string;
}
//# sourceMappingURL=InputConfigurationLogstashUpdate.d.ts.map