--- slug: /manage/field-extractions title: Field Extractions description: Use Field Extraction Rules (FERs) to parse fields from log messages at ingestion time, improving search performance for alerts, dashboards, and ad hoc queries. canonical: https://www.sumologic.com/help/docs/manage/field-extractions/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Iframe from 'react-iframe'; Field extractions allow you to parse [fields](/docs/manage/fields) from your log messages at the time the messages are ingested, which eliminates the need to parse fields at the query level. With Field Extraction Rules (FERs) in place, users can use the pre-parsed fields for ad hoc searches, scheduled searches, real-time alerts, and dashboards. In addition, field extraction rules help standardize field names and searches, simplify the search syntax and scope definition, and improve search performance.  Fields are extracted from the time you create your FER moving forward. Therefore, set your FERs early on to take advantage of this automatic parsing mechanism. For best practices on naming your fields, see [Field Naming Convention](field-naming-convention.md). [**New UI**](/docs/get-started/sumo-logic-ui/). To access the Field Extraction Rules page, in the main Sumo Logic menu select **Data Management**, and then under **Logs** select **Field Extraction Rules**. You can also click the **Go To...** menu at the top of the screen and select **Field Extraction Rules**. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). To access the Field Extraction Rules page, in the main Sumo Logic menu select **Manage Data > Logs > Field Extraction Rules**. To refine the table results, use the **Add a filter** section located above the table. *AND* logic is applied when filtering between different sections, while *OR* logic is applied when filtering within the same section. :::note You can see the suggestions only if there are two or more responses for the same column or section. ::: :::important You need the **Manage field extraction rules** [role capability](../users-roles/roles/role-capabilities.md) to create a field extraction rule.  ::: Fer page The Field Extraction Rules page displays the following information:  When hovering over a row in the table there are icons that appear on the far right for editing, disabling and deleting the rule. * **Status** shows a checkmark in a green circle Check in green circle to indicate if the rule is actively being applied or an exclamation mark in a red circle Exclamation in red circl to indicate if the rule is disabled. * **Rule Name** * **Applied At** indicates when the field extraction process occurs, either at Ingest or Run time. * **Scope**  * **Created** date and time by user * **Last Modified** date and time by user * **Fields Capacity** (bottom of table) shows how many fields your account is using, out of the total available for use. You can view the fields created in your account and what features are referencing them on the [Fields](/docs/manage/fields) page. On the Field Extraction Rules page you can: * Click **+ Add** to [create a Field Extraction Rule](create-field-extraction-rule.md). * Search Field Extraction Rules by name and scope. * [**Edit** a Field Extraction Rule](edit-field-extraction-rules.md). * **Disable** a Field Extraction Rule. * **Delete** a Field Extraction Rule. ## Limitations import FerLimit from '../../reuse/fer-limitations.md'; ## Micro lesson: Field extraction rules basics :::training Micro Lesson