@@ -187,6 +187,7 @@ import { LogsCategoryProcessorCategory } from "./LogsCategoryProcessorCategory";
187187import { LogsDailyLimitReset } from "./LogsDailyLimitReset" ;
188188import { LogsDateRemapper } from "./LogsDateRemapper" ;
189189import { LogsDecoderProcessor } from "./LogsDecoderProcessor" ;
190+ import { LogsExcludeAttributeProcessor } from "./LogsExcludeAttributeProcessor" ;
190191import { LogsExclusion } from "./LogsExclusion" ;
191192import { LogsExclusionFilter } from "./LogsExclusionFilter" ;
192193import { LogsFilter } from "./LogsFilter" ;
@@ -1114,6 +1115,7 @@ const enumsMap: { [key: string]: any[] } = {
11141115 LogsDecoderProcessorBinaryToTextEncoding : [ "base64" , "base16" ] ,
11151116 LogsDecoderProcessorInputRepresentation : [ "utf_8" , "integer" ] ,
11161117 LogsDecoderProcessorType : [ "decoder-processor" ] ,
1118+ LogsExcludeAttributeProcessorType : [ "exclude-attribute" ] ,
11171119 LogsGeoIPParserType : [ "geo-ip-parser" ] ,
11181120 LogsGrokParserType : [ "grok-parser" ] ,
11191121 LogsLookupProcessorType : [ "lookup-processor" ] ,
@@ -2185,6 +2187,7 @@ const typeMap: { [index: string]: any } = {
21852187 LogsDailyLimitReset : LogsDailyLimitReset ,
21862188 LogsDateRemapper : LogsDateRemapper ,
21872189 LogsDecoderProcessor : LogsDecoderProcessor ,
2190+ LogsExcludeAttributeProcessor : LogsExcludeAttributeProcessor ,
21882191 LogsExclusion : LogsExclusion ,
21892192 LogsExclusionFilter : LogsExclusionFilter ,
21902193 LogsFilter : LogsFilter ,
@@ -2840,6 +2843,7 @@ const oneOfMap: { [index: string]: string[] } = {
28402843 "LogsArrayProcessor" ,
28412844 "LogsDecoderProcessor" ,
28422845 "LogsSchemaProcessor" ,
2846+ "LogsExcludeAttributeProcessor" ,
28432847 ] ,
28442848 LogsSchemaMapper : [ "LogsSchemaRemapper" , "LogsSchemaCategoryMapper" ] ,
28452849 MonitorFormulaAndFunctionAggregateAugmentQuery : [
0 commit comments