Skip to content
Start here

Field Extractors

Get Field Extractor
GET/accounts/{account_id}/field_extractors/{extractor}
Update Field Extractor
PUT/accounts/{account_id}/field_extractors/{extractor}
Delete Field Extractor
DELETE/accounts/{account_id}/field_extractors/{extractor}
ModelsExpand Collapse
FieldExtractorGetResponse object { extractor, rules }
extractor: string

Extractor type.

rules: array of object { fields, ref, description }
fields: array of object { expression, name }
expression: string

Wirefilter value expression.

name: string

Field name.

ref: string

Stable rule identifier.

description: optional string

Human-readable rule description.

FieldExtractorUpdateResponse object { extractor, rules }
extractor: string

Extractor type.

rules: array of object { fields, ref, description }
fields: array of object { expression, name }
expression: string

Wirefilter value expression.

name: string

Field name.

ref: string

Stable rule identifier.

description: optional string

Human-readable rule description.

FieldExtractorDeleteResponse = unknown

Result is null.