--- id: create-field-extraction-rule title: Create a Field Extraction Rule description: Field Extraction Rules (FER) tell Sumo Logic which fields to parse out automatically. slug: /help/docs/manage/field-extractions/create-field-extraction-rule/ canonical: https://www.sumologic.com/help/docs/manage/field-extractions/create-field-extraction-rule/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Iframe from 'react-iframe'; import FerLimit from '../../reuse/fer-limitations.md'; You can create a field extraction rule of your own from scratch by following the instructions below. We also provide [data-source-specific templates](/docs/manage/field-extractions/fer-templates/index.md) for AWS, Apache, and more. You need the **Manage field extraction rules** [role capability](../users-roles/roles/role-capabilities.md) to create a field extraction rule. :::note Fields specified in field extraction rules are automatically added and enabled in your [Fields](/docs/manage/fields) table schema. ::: import TerraformLink from '../../reuse/terraform-link.md'; :::tip You can use Terraform to provide a field extraction rule with the [`sumologic_field_extraction_rule`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/field_extraction_rule) resource. ::: :::training Micro Lesson Learn how to create a FER through our video, "Creating a Field Extraction Rule".