Skip to content

Commit

Permalink
chore(Trivial edit): Gatsby build got stuck
Browse files Browse the repository at this point in the history
Updated some xrefs simply to do another PR and get this to build.
  • Loading branch information
barbnewrelic committed Feb 23, 2022
1 parent 47cb68d commit a72a23b
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ redirects:
Our log management capabilities help you to collect, process, explore, query, and alert on your log data. To get your logs into New Relic, you can:

* Use your existing [log forwarding solution](#log-forwarding) to collect your logs and extend the metadata that is forwarded to New Relic.
* Use our [infrastructure agent](/docs/logs/enable-new-relic-logs/1-enable-logs/forward-your-logs-using-new-relic-infrastructure-agent) as a lightweight data collector, without having to use additional software.
* Use our [Log API](/docs/logs/log-management/log-api/introduction-log-api/) to forward your logs via HTTP.
* Use syslog protocols to forward your logs via a [TCP endpoint](/docs/logs/log-management/log-api/use-tcp-endpoint-forward-logs-new-relic/).
* Use our [infrastructure agent](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent) as a lightweight data collector, without having to use additional software.
* Use our [Log API](/docs/logs/log-api/introduction-log-api) to forward your logs via HTTP.
* Use syslog protocols to forward your logs via a [TCP endpoint](/docs/logs/log-api/use-tcp-endpoint-forward-logs-new-relic).

## How it works [#enable]

Expand Down Expand Up @@ -96,14 +96,14 @@ In some situations you may not have log forwarders; for example, with CDNs, hard

## Log API [#enable-api]

If you prefer to connect to New Relic without installing a plugin, we offer an HTTP input integration. This option sends your monitored log data directly to New Relic via the [Log API](/docs/logs/log-management/log-api/introduction-log-api/).
If you prefer to connect to New Relic without installing a plugin, we offer an HTTP input integration. This option sends your monitored log data directly to New Relic via the [Log API](/docs/logs/log-api/introduction-log-api).

## What's next? [#what-next]

After you enable your log forwarder, make the most of your data in New Relic with our log management capabilities:

* Explore the logging data across your platform with our [Logs UI](/docs/logs/log-management/ui-data/use-logs-ui/).
* See your logs in context of your app's performance in the [APM UI](/docs/logs/log-management/ui-data/use-logs-ui/#links). Troubleshoot [errors](/docs/apm/apm-ui-pages/error-analytics/errors-page-find-fix-verify-problems/) with [distributed tracing](/docs/apm/distributed-tracing/ui-data/understand-use-distributed-tracing-data), stack traces, application logs, and more.
* Get deeper visibility into both your application and your platform performance data if you are forwarding your logs with our [infrastructure monitoring agent](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/). Review your [infrastructure logs](/docs/logs/log-management/ui-data/use-logs-ui/#links) in the UI.
* Explore the logging data across your platform with our [Logs UI](/docs/logs/ui-data/use-logs-ui).
* See your logs in context of your app's performance in the [APM UI](/docs/logs/ui-data/use-logs-ui/#links). Troubleshoot [errors](/docs/apm/apm-ui-pages/error-analytics/errors-page-find-fix-verify-problems/) with [distributed tracing](/docs/apm/distributed-tracing/ui-data/understand-use-distributed-tracing-data), stack traces, application logs, and more.
* Get deeper visibility into both your application and your platform performance data if you are forwarding your logs with our [infrastructure monitoring agent](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/). Review your [infrastructure logs](/docs/logs/ui-data/use-logs-ui/#links) in the UI.
* Set up [alerts](/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-alert-conditions/).
* [Query your data](/docs/query-your-data/explore-query-data/get-started/introduction-querying-new-relic-data/) and [create dashboards](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/). For example, to query and manage your data partition rules, see our [NerdGraph tutorial](/docs/apis/nerdgraph/examples/nerdgraph-data-partition-rules-tutorial/).
* [Query your data](/docs/query-your-data/explore-query-data/get-started/introduction-querying-new-relic-data/) and [create dashboards](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/). For example, see our NerdGraph tutorials to query and manage your [data partition rules](/docs/apis/nerdgraph/examples/nerdgraph-data-partition-rules-tutorial) and your [log parsing rules](/docs/apis/nerdgraph/examples/nerdgraph-log-parsing-rules-tutorial).

0 comments on commit a72a23b

Please sign in to comment.