Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add syntax highlighting #19880

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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