We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab87bca commit 879994bCopy full SHA for 879994b
specification/ingest/_types/Pipeline.ts
@@ -17,7 +17,7 @@
17
* under the License.
18
*/
19
20
-import { VersionNumber } from '@_types/common'
+import { VersionNumber, Metadata } from '@_types/common'
21
import { ProcessorContainer } from './Processors'
22
23
export class Pipeline {
@@ -38,6 +38,10 @@ export class Pipeline {
38
* Version number used by external systems to track ingest pipelines.
39
40
version?: VersionNumber
41
+ /**
42
+ * Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch.
43
+ */
44
+ _meta: Metadata
45
}
46
47
// Unused .. but let's keep it for now
0 commit comments