Skip to content

Commit

Permalink
fix(enriched): copyedit from SME
Browse files Browse the repository at this point in the history
  • Loading branch information
barbnewrelic committed Feb 14, 2022
1 parent 1636aa4 commit 78fdc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/logs/ui-data/parsing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ You can always use a mix of regular expressions and Grok pattern names in your m
4. Test the Grok pattern to see if any incoming logs match.
5. Enable and save the parsing rule.

Soon you will see that your Inventory Service logs are enhanced with two new fields: `error_message` and `product_id`. From here, you can query on these fields, create charts and dashboards, set alerts, etc.
Soon you will see that your Inventory Service logs are enriched with two new fields: `error_message` and `product_id`. From here, you can query on these fields, create charts and dashboards, set alerts, etc.

For complete details, see our documentation to [add custom parsing rules in the UI](#custom-parsing).

Expand Down

0 comments on commit 78fdc8e

Please sign in to comment.