newrelic-experimental / nr1-drop-rule-manager

Allows you to view, create, delete New Relic data drop rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic Experimental header

Archival Notice

❗Notice: This project has been archived as is and is no longer actively maintained.

New Relic has released an updated another project nr-drop-rule-explorer: [https://github.com/newrelic/nr-entity-tag-sync](https://github.com/newrelic-experimental/nr1-drop-rule-explorer). This is an active experimental project.

Thank-you for those that used the drop rule manager, provided feedback and were patient as we slowly updated it.

New Relic Data Drop Rule Manager

GitHub forks GitHub stars GitHub watchers

GitHub all releases GitHub release (latest by date) GitHub last commit GitHub Release Date

GitHub issues GitHub issues closed GitHub pull requests GitHub pull requests closed

This application allows you to view, create, delete New Relic data drop rules. With drop rules you can:

  • Manage your data ingest
  • Filter out unimportant low-value data
  • Filter out potentially sensitive data

Use the following link to read the full documentation on drop rules:
https://docs.newrelic.com/docs/data-apis/manage-data/drop-data-using-nerdgraph/


Screenshot

Run Locally

Note that when running locally you will only be able to access accounts that the api key stored in your CLI profile allows you to access.

Clone repo then:

cd nr1-drop-rule-manager
npm install
nr1 nerdpack:uuid -gf
npm start

Visit the onenr.io URL in the console output under Launchers: drop-rule-manager-launcher

Deploy to a New Relic account

Open a command prompt in the nerdpack's directory and run the following commands.

nr1 nerdpack:publish
nr1 subscription:set

Undeploy

nr1 subscription:unset
nr1 nerdpack:undeploy

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

Contributing

We encourage your contributions to improve [Project Name]! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at opensource@newrelic.com.

A note about vulnerabilities

As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.

License

Drop Rule Manager is licensed under the Apache 2.0 License.

About

Allows you to view, create, delete New Relic data drop rules.

License:Apache License 2.0


Languages

Language:JavaScript 99.5%Language:SCSS 0.5%