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

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

There is a newer version: 6.0.1
Show newest version
/**
 * This file is part of Graylog.
 *
 * Graylog is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Graylog 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
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Graylog.  If not, see .
 */
package org.graylog.schema;

public class NetworkFields {
    public static final String NETWORK_APPLICATION = "network_application";
    public static final String NETWORK_BYTES = "network_bytes";
    public static final String NETWORK_BYTES_RX = "network_bytes_rx";
    public static final String NETWORK_BYTES_TX = "network_bytes_tx";
    public static final String NETWORK_COMMUNITY_ID = "network_community_id";
    public static final String NETWORK_DATA_BYTES = "network_data_bytes";
    public static final String NETWORK_DIRECTION = "network_direction";
    public static final String NETWORK_FORWARDED_IP = "network_forwarded_ip";
    public static final String NETWORK_HEADER_BYTES = "network_header_bytes";
    public static final String NETWORK_IANA_NUMBER = "network_iana_number";
    public static final String NETWORK_ICMP_BYTES = "network_icmp_bytes";
    public static final String NETWORK_INNER = "network_inner";
    public static final String NETWORK_INTERFACE_IN = "network_interface_in";
    public static final String NETWORK_INTERFACE_OUT = "network_interface_out";
    public static final String NETWORK_IP_VERSION = "network_ip_version";
    public static final String NETWORK_NAME = "network_name";
    public static final String NETWORK_PACKETS = "network_packets";
    public static final String NETWORK_PROTOCOL = "network_protocol";
    public static final String NETWORK_TRANSPORT = "network_transport";
    public static final String NETWORK_TUNNEL_DURATION = "network_tunnel_duration";
    public static final String NETWORK_TUNNEL_TYPE = "network_tunnel_type";
    public static final String NETWORK_TYPE = "network_type";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy