Skip to content

Add option to add new projects for Splunk #117

@martinvisser

Description

@martinvisser

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions