Skip to content

Commit

Permalink
fix(Log management): Final edits
Browse files Browse the repository at this point in the history
Incorporated reviewer comments and made final edits.
  • Loading branch information
barbnewrelic committed Oct 19, 2021
1 parent 775fd45 commit 3bd66b8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ tags:
metaDescription: "Create, query, and manage data partition rules with NerdGraph, the New Relic GraphQL explorer."
---

You can use NerdGraph at [api.newrelic.com/graphiql](https://api.newrelic.com/graphiql) to create, query, and manage your [data partition rules](/docs/logs/log-management/ui-data/data-partitions/) for logs. NerdGraph is our GraphQL-format API explorer.

This document includes:

* [The data partition rule schema](#data-partition-schema)
* [An example query of data partition rules](#query-data-partition-rules)
* [How to create a data partition rule](#create-data-partition-rules)
* [How to update a data partition rule](#update-data-partition-rules)
* [How to delete a data partition rule](#delete-data-partition-rules)
You can use NerdGraph at [api.newrelic.com/graphiql](https://api.newrelic.com/graphiql) to create, query, and manage your [data partition rules](https://docs.newrelic.com/docs/logs/log-management/ui-data/data-partitions/) for logs. NerdGraph is our GraphQL-format API explorer.

## Data partition rule schema [#data-partition-schema]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ tags:
metaDescription: How to create, query, and manage log parsing rules with NerdGraph, the New Relic GraphQL explorer.
---

You can use NerdGraph at [api.newrelic.com/graphiql](https://api.newrelic.com/graphiql) to create, query, and manage your [parsing rules](/docs/logs/log-management/ui-data/parsing/) for logs. NerdGraph is our GraphQL-format API explorer.

This document includes:

* [The parsing rule schema](#parsing-schema)
* [An example query of parsing rules](#query-parsing-rules)
* [How to create a parsing rule](#create-parsing-rules)
* [How to update a parsing rule](#update-parsing-rules)
* [How to delete a parsing rule](#delete-parsing-rules)
You can use NerdGraph at [api.newrelic.com/graphiql](https://api.newrelic.com/graphiql) to create, query, and manage your [parsing rules](https://docs.newrelic.com/docs/logs/log-management/ui-data/parsing/) for logs. NerdGraph is our GraphQL-format API explorer.

## Data parsing schema [#parsing-schema]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ redirects:
- /docs/logs/enable-log-management-new-relic/new-relic-logs/introduction-log-monitoring
---

As applications move towards the cloud, microservices architecture is becoming more dispersed, making the ability to monitor logs essential. New Relic offers a fast, scalable log management platform so you can connect your logs with the rest of your telemetry and infrastructure data in a single place.
As applications move towards the cloud, microservices architecture is becoming more dispersed, making the ability to monitor logs essential. New Relic offers a fast, scalable log management platform so you can connect your logs with the rest of your telemetry and infrastructure data in a single place. See how it works with this video (approx. 2 minutes).

<Video
type="wistia"
id="3j7spmzlhc"
/>

Our log management solution provides deeper visibility into application and infrastructure performance data (events and errors) to reduce mean-time-to-resolve (MTTR) and quickly troubleshoot production incidents. With everything integrated into New Relic One, you can use fast search capabilities, monitor alerts, review correlated data from your applications, infrastructure, and logs, and visualize everything from a single place.
Our log management solution provides deeper visibility into application and infrastructure performance data (events and errors) to reduce mean-time-to-resolve (MTTR) and quickly troubleshoot production incidents.

## Find problems faster, reduce context switching [#logs-definition]

Expand All @@ -35,10 +35,11 @@ Log management features include:
* Visualize your log data directly from the Logs UI.
* Use logging data to create custom charts, dashboards, and alerts.
* Troubleshoot performance issues without switching between tools.
* Visualize everything in a single place.

## Bring in your logging data [#integrate-logs]

To bring your log data into New Relic, you can:
To forward your log data to New Relic, you can:

* Use our infrastructure monitoring agent as a lightweight data collector, without having to install additional software.
* Select from a wide range of log forwarding plugins, including Amazon, Microsoft, Fluentd, Fluent Bit, Kubernetes, Logstash, and more.
Expand Down Expand Up @@ -67,6 +68,6 @@ You can also use NerdGraph, our GraphQL-format API, to request the exact data yo
Ready to get started with our log management solutions?

1. If you don't have one already, [create a New Relic account](https://newrelic.com/signup). It's free, forever.
2. [Forward your logs](/docs/logs/forward-logs/enable-log-management-new-relic/) to New Relic.
2. [Forward your logs](/docs/logs/forward-logs/enable-log-management-new-relic/) to New Relic. **Recommendation:** Use our [infrastructure agent](https://docs.newrelic.com/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) as your log forwarder, so you can get logs in context of your platform and services directly in our UI.
3. For apps monitored by a New Relic APM agent, configure [logs in context](/docs/logs/logs-context/configure-logs-context-apm-agents/).
4. Explore the logging data across your platform with our [Logs UI](/docs/logs/log-management/ui-data/use-logs-ui/) in New Relic One, where you can create alerts, query your data, and create dashboards.
4. Explore the logging data across your platform with our [Logs UI](/docs/logs/log-management/ui-data/use-logs-ui/) in New Relic One, where you can add alerts, query your data, and create dashboards.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you have values exceeding the character limit, here are some options to try:
Parse long messages
</td>
<td>
Parse your log message into shorter key/value pairs. A common example is a single log line from an NGINX access log. That log message can be parsed using built-in parsing via [Logstash](https://www.elastic.co/guide/en/logstash/current/logstash-config-for-filebeat-modules.html#parsing-nginx), [Fluentd](https://docs.fluentd.org/parser/nginx), or [Fluent Bit](https://fluentbit.io/documentation/0.12/parser/). For more information, see our documentation about [parsing log data](https://docs.newrelic.com/docs/logs/log-management/ui-data/parsing/).
Parse your log message into shorter key/value pairs. A common example is a single log line from an NGINX access log. That log message can be parsed using built-in parsing via [Logstash](https://www.elastic.co/guide/en/logstash/7.9/logstash-config-for-filebeat-modules.html), [Fluentd](https://docs.fluentd.org/parser/nginx), or [Fluent Bit](https://fluentbit.io/documentation/0.12/parser/). For more information, see our documentation about [parsing log data](https://docs.newrelic.com/docs/logs/log-management/ui-data/parsing/).
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Log patterns use advanced clustering algorithms to group together similar log me

The ability to configure this feature is dependent on [role-based permissions](/docs/accounts/accounts-billing/new-relic-one-user-management/new-relic-one-user-model-understand-user-structure/). For example, accounts still using our [original pricing model](/docs/accounts/original-accounts-billing/original-product-based-pricing/overview-changes-pricing-user-model/#user-models) require an Owner or Admin role.

If you see **Patterns are turned off** in you Logs UI, click **Configure patterns** and enable it. If you don't see patterns within 30 minutes of enabling the feature, there may be a lack of data with a message attribute for the system to create a pattern from it.
If you see **Patterns are turned off** in your Logs UI, click **Configure patterns** and enable it. If you don't see patterns within 30 minutes of enabling the feature, there may be a lack of data with a message attribute for the system to create a pattern from it.

<table>
<thead>
Expand Down

0 comments on commit 3bd66b8

Please sign in to comment.