@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 346 B
TypeScript
/** 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