{
  "manifest_version": "1.0.0",
  "template": {
    "id": "64617302-a740-4660-84b9-89df0f3db1cb",
    "slug": "CrRewK",
    "name": "Splunk",
    "description": "A platform for searching, monitoring, and analyzing machine-generated data",
    "url": "https://railway.com/deploy/CrRewK",
    "upstream": {
      "image": "splunk/splunk"
    }
  },
  "services": [
    {
      "name": "Splunk",
      "source": {
        "image": "splunk/splunk"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/splunk/var",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Splunk",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "SPLUNK_UPGRADE",
      "service": "Splunk",
      "description": "Provide a value for SPLUNK_UPGRADE.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "SPLUNK_PASSWORD",
      "service": "Splunk",
      "description": "Admin Password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SPLUNK_START_ARGS",
      "service": "Splunk",
      "description": "Provide a value for SPLUNK_START_ARGS.",
      "secret": false,
      "strategy": "default",
      "default": "--accept-license"
    },
    {
      "key": "SPLUNK_LICENSE_URI",
      "service": "Splunk",
      "description": "Provide a value for SPLUNK_LICENSE_URI.",
      "secret": false,
      "strategy": "default",
      "default": "Free"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "CrRewK"
      }
    },
    "cli": "railway deploy --template CrRewK",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "64617302-a740-4660-84b9-89df0f3db1cb",
            "serializedConfig": {
              "services": {
                "6b720968-5d1d-4770-a72a-a6e9006ddf5c": {
                  "name": "Splunk",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "image": "splunk/splunk"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "8000"
                    },
                    "SPLUNK_UPGRADE": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "true"
                    },
                    "SPLUNK_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin Password",
                      "defaultValue": "{{SPLUNK_PASSWORD}}"
                    },
                    "SPLUNK_START_ARGS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "--accept-license"
                    },
                    "SPLUNK_LICENSE_URI": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "Free"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6b720968-5d1d-4770-a72a-a6e9006ddf5c": {
                      "mountPath": "/opt/splunk/var"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T13:26:15.288Z",
  "success_rate_30d": 0.6667,
  "validation": {
    "last_run_id": "run_a25a5f2a95c74697b266",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 65,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "Splunk"
  }
}
