SPLK-1002 · Question #132
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
The correct answer is A. There is a limit to the number of fields that can be extracted. When a user manually edits the regex in Splunk's Field Extractor, a limit is imposed on the number of fields that can be extracted.
Question
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
Options
- AThere is a limit to the number of fields that can be extracted.
- BThe user is unable to preview the extractions.
- CThe extraction is added at index time.
- DThe user is unable to return to the automatic field extraction workflow.
How the community answered
(18 responses)- A94% (17)
- B6% (1)
Why each option
When a user manually edits the regex in Splunk's Field Extractor, a limit is imposed on the number of fields that can be extracted.
Splunk's Field Extractor enforces a maximum cap on the number of named capture groups (fields) that can be extracted when working in the regex editing interface. Once a user manually edits the generated regex, this field count restriction becomes the operative constraint on the extraction.
Users can still preview extractions after editing the regex; the FX interface continues to provide an extraction preview pane that reflects changes to the regex in real time.
Field extractions created through the FX tool are applied at search time by default; index-time extraction requires explicit configuration outside of the FX workflow.
While the editing workflow does change when modifying the regex manually, the primary documented consequence is the field count limitation, not a permanent lock-out from the automatic workflow.
Concept tested: Splunk Field Extractor constraints when manually editing regex
Source: https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/ExtractfieldsinteractivelywithIFX
Topics
Community Discussion
No community discussion yet for this question.