Skip to content

The Hive base config is not working. #378

Description

@MaartendeKruijf

Describe the bug
If play.http.context is set to "/thehive/" instead of "/" the integration won't work. This needs to be configurable and set to "/" as it's the default.

# SERVICE CONFIGURATION
stream.longPolling.refresh: 45 seconds
play.http.context : "/thehive"
play.http.parser.maxDiskBuffer: 1GB
play.http.parser.maxMemoryBuffer: 256kB
### Stream configuration
stream {
  get {
    maxAttempts = 5
    minBackoff = 100 milliseconds
    maxBackoff = 500 milliseconds
    randomFactor = 0.2
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions