Skip to content

Commit

Permalink
Merge pull request #19880 from brnhensley/patch-12
Browse files Browse the repository at this point in the history
chore: add syntax highlighting
  • Loading branch information
WriteMayur authored Feb 4, 2025
2 parents 0073606 + 2388588 commit e460e9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/install/aws-logs/aws_services/see-your-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ After the new stack is created, it forwards your collected logs to New Relic One
* OR, navigate to the [New query explorer](/docs/chart-builder/use-chart-builder/choose-data/use-advanced-nrql-mode-specify-data) to query your data.

For logs forwarded via the New Relic Lambda forwarder:
```
```sql
SELECT * FROM Log WHERE instrumentation.provider = 'aws' AND instrumentation.name = 'lambda'
```

For logs forwarded via the Kinesis Data Firehose integration:
```
```sql
SELECT * FROM Log WHERE instrumentation.provider = 'aws' AND instrumentation.name = 'firehose'
```

Expand All @@ -27,5 +27,5 @@ If no data appears after you enable the log management capabilities, or the cust
* [Log forwarding restrictions](/docs/logs/troubleshooting/aws-log-integration-issues/log-forwarding-restrictions)

<Callout variant="important">
When configuring your CloudFormation integration, it's important to understand how triggers and filters are managed. For guidance on handling S3 triggers and CloudWatch filters, refer to [Manage triggers and filters with CloudFormation](/docs/logs/forward-logs/manage-triggers-and-filters-with-cloudformation).
</Callout>
When configuring your CloudFormation integration, it's important to understand how triggers and filters are managed. For guidance on handling S3 triggers and CloudWatch filters, refer to [Manage triggers and filters with CloudFormation](/docs/logs/forward-logs/manage-triggers-and-filters-with-cloudformation).
</Callout>
2 changes: 1 addition & 1 deletion src/install/aws-logs/firehose/firehose-view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If everything is configured correctly and your data is being collected, you shou
* Our [logs UI](https://one.newrelic.com/launcher/logger.log-launcher)
* Our tools for running [NRQL queries](/docs/chart-builder/use-chart-builder/choose-data/use-advanced-nrql-mode-specify-data). For example, you can execute a query like this:

```
```sql
SELECT * FROM Log
```

Expand Down

0 comments on commit e460e9d

Please sign in to comment.