Support for generating commands
When you set up searches with field filters, keep in mind that field filters only supports searches that use one of the following generating commands:
searchtstatstypeaheadwalklex
search, tstats, typeahead, or walklex. For example, the field filter is not applied in the following search because it uses inputcsv, which is an unsupported generating command:
| inputcsv ... | search ...
index=main | ....
search command comes first in the pipeline, but doesn't actually need to be specified because it is implied. See Generating commands in the Search Reference.
Adding new fields
Don't use field filters to add new fields at search time. Use calculated fields for this purpose. See About calculated fields in the Knowledge Manager Manual.