Skip to content

Commit

Permalink
feat(log-analysis): Added log-analysis dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
thcanate committed Oct 11, 2021
1 parent caa31c7 commit 1765cfe
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 2 deletions.
4 changes: 2 additions & 2 deletions importer-config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# How to find your accountId: https://docs.newrelic.com/docs/accounts/accounts-billing/account-setup/account-id/
accountId=
accountId=1606862
# How to create a User API Key: https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#user-key-create
apiKey=
apiKey=NRAK-XTAO8ZHF527WHR56AFH115BP7RA
42 changes: 42 additions & 0 deletions quickstarts/log-analysis/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Name of the quickstart (required)
name: log-analysis

# Displayed in the UI (required)
title: Logs Analysis Dashboard

# Long-form description of the quickstart (required)
description: |
The logs analysis dashboard allows you to get deep visibility into the ingestion of your logs. With this panel, you will be able to identify the services and host that send the most logs, which types of serverity are being sent, the cost for each of the attributes and also if the essential attributes are being sent for the ccorrelation between services and logs, such as: service name, log in context and hostname.
# Displayed in search results and recommendations. Summarizes a quickstarts functionality.
summary: |
Logs analysis dashboard allows you to get deep visibility into the ingestion of your logs
# Support level: New Relic | Verified | Community (required)
level: New Relic

# Authors of the quickstart (required)
authors:
- Thiago Anate

# Keywords for filtering / searching criteria in the UI
keywords:
- logs
- ingest
- consumption
- data

# Reference to install plans located under /install directory
# Allows us to construct reusable "install plans" and just use their ID in the quickstart config
installPlans:
- log-docs

documentation:
- name: Log Management
url: https://docs.newrelic.com/docs/logs/
description: New Relic's log management capabilities provide an open, cloud-driven logging platform.

# Content / Design
icon: icon.jpeg
logo: logo.png
website: https://www.newrelic.com
Loading

0 comments on commit 1765cfe

Please sign in to comment.