{"id":18995728,"url":"https://github.com/turbot/steampipe-plugin-newrelic","last_synced_at":"2026-04-09T16:46:48.708Z","repository":{"id":87850087,"uuid":"573446026","full_name":"turbot/steampipe-plugin-newrelic","owner":"turbot","description":"Use SQL to instantly query alerts, events, and more from New Relic. Open source CLI. No DB required.","archived":false,"fork":false,"pushed_at":"2024-04-12T13:54:11.000Z","size":354,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-14T10:36:47.160Z","etag":null,"topics":["backup","etl","golang","hacktoberfest","newrelic","postgresql","postgresql-fdw","sql","sqlite","steampipe","steampipe-plugin","zero-etl"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/turbot/newrelic","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-02T13:36:39.000Z","updated_at":"2024-06-24T15:06:31.209Z","dependencies_parsed_at":"2023-10-02T06:38:23.668Z","dependency_job_id":"d0b977de-3931-4219-8fac-6185642ec5e7","html_url":"https://github.com/turbot/steampipe-plugin-newrelic","commit_stats":null,"previous_names":["turbot/steampipe-plugin-newrelic"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-newrelic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-newrelic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-newrelic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-newrelic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/steampipe-plugin-newrelic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240010509,"owners_count":19733514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","etl","golang","hacktoberfest","newrelic","postgresql","postgresql-fdw","sql","sqlite","steampipe","steampipe-plugin","zero-etl"],"created_at":"2024-11-08T17:32:34.094Z","updated_at":"2025-10-25T20:19:23.572Z","avatar_url":"https://github.com/turbot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://hub.steampipe.io/images/plugins/turbot/newrelic-social-graphic.png)\n\n# New Relic plugin for Steampipe\n\nUse SQL to instantly query New Relic Alerts, Events, Dashboards and more. Open source CLI. No DB required.\n\n- **[Get started -\u003e](https://hub.steampipe.io/plugins/turbot/newrelic)**\n- Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/turbot/newrelic/tables)\n- Community: [Join #steampipe on Slack →](https://turbot.com/community/join)\n- Get involved: [Issues](https://github.com/turbot/steampipe-plugin-newrelic/issues)\n\n## Quick start\n\n### Install\n\nDownload and install the latest New Relic plugin:\n\n```shell\nsteampipe plugin install newrelic\n```\n\nConfigure your [credentials](https://hub.steampipe.io/plugins/turbot/newrelic#credentials) and [config file](https://hub.steampipe.io/plugins/turbot/newrelic#configuration).\n\nConfigure your account details in `~/.steampipe/config/newrelic.spc`:\n\n```hcl\nconnection \"newrelic\" {\n  plugin = \"newrelic\"\n\n  # Authentication information\n  api_key = \"NRAK-XX0X0XX00XXXX0000XXXXXXXXX0X\"\n  region = \"us\"\n}\n```\n\nor through environment variables:\n\n```shell\nexport NEW_RELIC_API_KEY=NRAK-XX0X0XX00XXXX0000XXXXXXXXX0X\nexport NEW_RELIC_REGION=us\n```\n\nRun steampipe:\n\n```shell\nsteampipe query\n```\n\nList APM Applications on your New Relic account:\n\n```sql\nselect\n  id,\n  name,\n  error_rate,\n  health_status,\n  response_time\nfrom\n  newrelic_apm_application;\n```\n\n```\n+-----------+------+------------+---------------+---------------+\n| id        | name | error_rate | health_status | response_time |\n+-----------+------+------------+---------------+---------------+\n| 511153982 | test | 0          | gray          | 0             |\n+-----------+------+------------+---------------+---------------+\n```\n\n## Engines\n\nThis plugin is available for the following engines:\n\n| Engine        | Description\n|---------------|------------------------------------------\n| [Steampipe](https://steampipe.io/docs) | The Steampipe CLI exposes APIs and services as a high-performance relational database, giving you the ability to write SQL-based queries to explore dynamic data. Mods extend Steampipe's capabilities with dashboards, reports, and controls built with simple HCL. The Steampipe CLI is a turnkey solution that includes its own Postgres database, plugin management, and mod support.\n| [Postgres FDW](https://steampipe.io/docs/steampipe_postgres/overview) | Steampipe Postgres FDWs are native Postgres Foreign Data Wrappers that translate APIs to foreign tables. Unlike Steampipe CLI, which ships with its own Postgres server instance, the Steampipe Postgres FDWs can be installed in any supported Postgres database version.\n| [SQLite Extension](https://steampipe.io/docs//steampipe_sqlite/overview) | Steampipe SQLite Extensions provide SQLite virtual tables that translate your queries into API calls, transparently fetching information from your API or service as you request it.\n| [Export](https://steampipe.io/docs/steampipe_export/overview) | Steampipe Plugin Exporters provide a flexible mechanism for exporting information from cloud services and APIs. Each exporter is a stand-alone binary that allows you to extract data using Steampipe plugins without a database.\n| [Turbot Pipes](https://turbot.com/pipes/docs) | Turbot Pipes is the only intelligence, automation \u0026 security platform built specifically for DevOps. Pipes provide hosted Steampipe database instances, shared dashboards, snapshots, and more.\n\n## Developing\n\nPrerequisites:\n\n- [Steampipe](https://steampipe.io/downloads)\n- [Golang](https://golang.org/doc/install)\n\nClone:\n\n```shell\ngit clone https://github.com/turbot/steampipe-plugin-newrelic.git\ncd steampipe-plugin-newrelic\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```shell\nmake\n```\n\nConfigure the plugin:\n\n```shell\ncp config/* ~/.steampipe/config\nvi ~/.steampipe/config/newrelic.spc\n```\n\nTry it!\n\n```shell\nsteampipe query\n\u003e .inspect newrelic\n```\n\nFurther reading:\n\n- [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)\n- [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) (source code) and [CC BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/2.0/) (docs) licenses. Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!\n\n[Steampipe](https://steampipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).\n\n## Get Involved\n\n**[Join #steampipe on Slack →](https://turbot.com/community/join)**\n\nWant to help but don't know where to start? Pick up one of the `help wanted` issues:\n\n- [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)\n- [New Relic Plugin](https://github.com/turbot/steampipe-plugin-newrelic/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-plugin-newrelic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fsteampipe-plugin-newrelic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-plugin-newrelic/lists"}