I am trying to create a new field called collection which is extracted from the existing source field. I am able to extract the field during an adhoc search, but want to create it using the field transformations without having to generate a regex during each search.
The source field value is just a path (ex: source=D:\Logs\SomeCollectionName_SomeDomain\SomeDomain.log) and I am extracting part of that path to aggregate by collection. I want to specifically want to target the source field to regex not _raw.
BEFORE Extraction: source=D:\Logs\SomeCollectionName_SomeDomain\SomeDomain.log
AFTER Extraction: collection=SomeCollectionName
I have created a field transformation called testcollection and nothing is being extracted at search time.
Here are my settings for the testcollection field transformations (permissions are set for everyone to be able to read in the search app)
Maybe I have a misunderstanding of Field Transformations and should be using field extractions any guidance would be helpful. I am just using the default formatting, but maybe that is incorrect.
Note:
I have gone through the documentation for field transformations and field extracts. I understand how to extract new fields during a search, but I want this new field to be available to all of the users in our account.
... View more