UpdateParserInputV2
is used
to provide input for updating a parser.
Table: UpdateParserInputV2
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 23, 2024 | |||||
fieldsToBeRemovedBeforeParsing | [string] | yes | Long-Term | A list of fields that will be removed from the event before it's parsed. They won't be included when calculating usage. | |
fieldsToTag | [string] | yes | Long-Term | The fields that are used as tags. | |
id | string | yes | Long-Term | The unique identifier of the parser to update. | |
name | string | Long-Term | The name to use for the parser. | ||
repositoryName | repoOrViewName | yes | Long-Term | The repository where the parser is located. repoOrViewName is a scalar. | |
script | UpdateParserScriptInput | Long-Term | Input for updating the parser script. See UpdateParserScriptInput . | ||
testCases | [ParserTestCaseInput ] | yes | Long-Term | Test cases that can be used to help verify that the parser works as expected. See ParserTestCaseInput . |