Splunk On Call Plugin: Update portal link in card to go to team specific page
See original GitHub issueFeature Suggestion
Currently, the Portal link for the Splunk On Call EntitySplunkOnCallCard goes to “https://portal.victorops.com/”. We would like to update this to point to a team specific page.
Possible Implementation
Implementation 1:
Update EntitySplunkOnCallCard to get the slug
for the team API response. Then construct a link like:
portalLink = `${portalLink}dash/${socInstance}#/team/${teamSlug}`;
where socInstance
is populated by app-config.yaml.
Implementation 2: Add a new annotation that corresponds to the team specific URL, and have the Portal link go to the URL stored in the annotation.
Context
We are trying to provide the user with a bit more context rather than sending them straight to the portal homepage. I am open to pushing this contribution upstream.
Thanks in advance!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Splunk On-Call Integrations
Gain full system observability and deeper team collaboration with actionable monitoring and alerting. The Splunk On-Call and Elasticsearch Watcher integration ...
Read more >@backstage/plugin-splunk-on-call - npm
A Backstage plugin that integrates towards Splunk On-Call. ... new incidents to specific users and/or specific teams from within Backstage.
Read more >Team Admin Training | Splunk On-Call Software
NOTE: New to Splunk On-Call? A great place to get acquainted with the platform is through our User Training documentation, found here.
Read more >ServiceNow Store
GRC: Regulatory Change Management ... Employee Experience Pack: Reskilling - Ramp Up a New Team Member ... Splunk ES Integration for Security Operations....
Read more >[Plugin] Splunk On-Call (formerly VictorOps) #3790 - GitHub
We are using VictorOps as our on-duty rotation manager so it will be useful to integrate it into Backstage. The text was updated...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nice, assigned!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.