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

Configure audit stream button is not visible #8121

Closed
N-lson opened this issue Apr 19, 2023 · 2 comments
Closed

Configure audit stream button is not visible #8121

N-lson opened this issue Apr 19, 2023 · 2 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving

Comments

@N-lson
Copy link

N-lson commented Apr 19, 2023

Severity

No response

Version

2023.2.4611

Latest Version

I could reproduce the problem in the latest build

What happened?

The configure audit stream button is not visible in the UI for recent versions. This does not affect the actual behaviour of the audit stream, which will continue to work if already configured.

Reproduction

Go to Configuration -> Audit.

Error and Stacktrace

No response

More Information

No response

Workaround

Since this is only a UI bug, you can manually modify the audit stream configuration by calling the API directly.

The endpoint to call is PUT /api/audit-stream.

If you want to set a Splunk audit stream, use the following format:

{
    "Active": true,
    "StreamConfigurationResource": {
        "SplunkEndpoint": "https://mysplunkendpoint.com",
        "SplunkEventCollectorToken": {
            "HasValue": true,
            "NewValue": "MyTokenValue"
        }
    }
}

If you want to set a Sumo Logic audit stream, use the following format:

{
    "Active": true,
    "StreamConfigurationResource": {
        "SumoLogicEndpoint": {
            "HasValue": true,
            "NewValue": "https://mysumologicendpoint.com/mytokenvalue"
        }
    }
}
@N-lson N-lson added the kind/bug This issue represents a verified problem we are committed to solving label Apr 19, 2023
@N-lson N-lson self-assigned this Apr 19, 2023
@N-lson N-lson closed this as completed Apr 20, 2023
@octoreleasebot
Copy link

Release Note: Configure audit stream button now shows up correctly

@Octobob
Copy link
Member

Octobob commented May 19, 2023

🎉 The fix for this issue has been released in:

Release stream Release
2023.2 2023.2.6528
2023.3+ all releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

3 participants