All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog.schema.VendorFields Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
/*
 * Copyright (C) 2020 Graylog, Inc.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the Server Side Public License, version 1,
 * as published by MongoDB, Inc.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * Server Side Public License for more details.
 *
 * You should have received a copy of the Server Side Public License
 * along with this program. If not, see
 * .
 */
package org.graylog.schema;

public class VendorFields {
    public static final String VENDOR_ALERT_SEVERITY = "vendor_alert_severity";
    public static final String VENDOR_ALERT_SEVERITY_LEVEL = "vendor_alert_severity_level";
    public static final String VENDOR_AUTHENTICATION_PROVIDER = "vendor_authentication_provider";
    public static final String VENDOR_CREDENTIAL_TYPE = "vendor_credential_type";
    public static final String VENDOR_EVENT_ACTION = "vendor_event_action";
    public static final String VENDOR_EVENT_DESCRIPTION = "vendor_event_description";
    public static final String VENDOR_EVENT_OUTCOME = "vendor_event_outcome";
    public static final String VENDOR_EVENT_OUTCOME_REASON = "vendor_event_outcome_reason";
    public static final String VENDOR_EVENT_SEVERITY = "vendor_event_severity";
    public static final String VENDOR_EVENT_SEVERITY_LEVEL = "vendor_event_severity_level";
    public static final String VENDOR_PRIVATE_IP = "vendor_private_ip";
    public static final String VENDOR_PRIVATE_IPV6 = "vendor_private_ipv6";
    public static final String VENDOR_PUBLIC_IP = "vendor_public_ip";
    public static final String VENDOR_PUBLIC_IPV6 = "vendor_public_ipv6";
    public static final String VENDOR_SIGNIN_PROTOCOL = "vendor_signin_protocol";
    public static final String VENDOR_THREAT_SUSPECTED = "vendor_threat_suspected";
    public static final String VENDOR_TRANSACTION_ID = "vendor_transaction_id";
    public static final String VENDOR_TRANSACTION_TYPE = "vendor_transaction_type";
    public static final String VENDOR_USER_TYPE = "vendor_user_type";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy