Pipeline Quickstart: Delete Attributes

Guide to using the Delete Field Processor to remove unnecessary attributes in the pipeline quickstart.

Overview

This is the fourth step in the Pipeline Quickstart guide. In the previous step, you learned how to Turn an unstructured log line into structured attributes so later processors can work with discrete fields.

In this section, you remove unnecessary attributes. Attributes are often parsed unnecessarily by upstream processors, or their utility has been fulfilled. Here, PID and TID are not required.

Image Image

1. Use Delete Field Shortcut

You can select a field and use the shortcut to automatically create and configure a processor.

Click the PID field in the live capture pane and select Delete Field.

Image Image

A Delete processor is added to the stack with the field already configured.

Image Image

2. Delete a Second Field

  1. To also delete the tid field, click Add row.
Image Image
  1. Select attributes tid in the new Delete from row.
Image Image
  1. Click Save on the Delete processor.
Image Image

Note: The post processing size is now a decrease of about 23%.

Image Image

Next Step

Normalize disparate severity words so dashboards and alerts can rely on a consistent set.