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

fix: handled duplicate key in SecurityAuditDestination #3348

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Dec 2, 2024

Tried with these records,

{
    "records": [
        {
            "address": "x.x.x.x",
            "port": 6414,
            "ipspace": {
                "name": "Default",
                "uuid": "d192470e-0580-11e8-bd9d-00a098d39e12"
            },
            "protocol": "tcp_encrypted",
            "facility": "user",
            "verify_server": true,
            "message_format": "legacy_netapp",
            "timestamp_format_override": "no_override",
            "hostname_format_override": "no_override",
            "_links": {
                "self": {
                    "href": "/api/security/audit/destinations/x.x.x.x/6414"
                }
            }
        },
        {
            "address": "x.x.x.x",
            "port": 6514,
            "ipspace": {
                "name": "Default",
                "uuid": "d192470e-0580-11e8-bd9d-00a098d39e12"
            },
            "protocol": "tcp_encrypted",
            "facility": "user",
            "verify_server": true,
            "message_format": "legacy_netapp",
            "timestamp_format_override": "no_override",
            "hostname_format_override": "no_override",
            "_links": {
                "self": {
                    "href": "/api/security/audit/destinations/x.x.x.x/6514"
                }
            }
        }
    ],
    "num_records": 2,
    "_links": {
        "self": {
            "href": "/api/security/audit/destinations?fields=*"
        }
    }
}
image

@cla-bot cla-bot bot added the cla-signed label Dec 2, 2024
@Hardikl Hardikl linked an issue Dec 2, 2024 that may be closed by this pull request
@cgrinds cgrinds merged commit 876562d into main Dec 2, 2024
8 checks passed
@cgrinds cgrinds deleted the hl_audit branch December 2, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tcp_unencrypted duplicate key detected
3 participants