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

Add option to add new projects for Splunk #117

Open
martinvisser opened this issue Mar 22, 2024 · 0 comments
Open

Add option to add new projects for Splunk #117

martinvisser opened this issue Mar 22, 2024 · 0 comments

Comments

@martinvisser
Copy link
Contributor

Currently it's only possible to add projects to the Splunk plugin's configuration by hand. There is also no link between an index and a project.

{
  "base_url" : "https://where.splunk.lives",
  "app" : "app",
  "indexes" : "index1, index2",
  "search_field" : "app-name",
  "projects" : [ {
    "name" : "project-1"
  }, {
    "name" : "project-2"
  } ],
  "plugin_version" : "0.2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant