Activity log for bug #2071323

Date Who What changed Old value New value Message
2024-06-27 07:34:04 LIU Yulong bug added bug
2024-06-27 07:34:39 LIU Yulong description What is Flow log: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-basics.html https://www.alibabacloud.com/help/en/cen/user-guide/configure-a-flow-log User traffic flow (connection 5-tuple) for one port or ports from one network (VPC) can be monitor and collect to the LOG service. Then it can be used for traffic analysis, attack detection and security. It is not a port or NIC dimension, one port can have many flows (connections), the flow log will be something like this: <neutron_port_id> <ip_src> <ip_dst> <l4_port_src> <l4_port_dst> <protocol> <accept/deny> <ingress/egress> <packets> <bytes> <collect_start_time> <collect_end_time> More details about the Flow log record examples: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html So for OpenStack Networking Service Neutron, how to: 1. write the security group rules accept/deny connetion statistics (packets/bytes) data (does OVS has such ability, such as sFlow? conntrack is useful for such production?) 2. collect the data (neutron agents can do such work?) 3. report the data (metering-agent can report the data?) What is Flow log: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-basics.html https://www.alibabacloud.com/help/en/cen/user-guide/configure-a-flow-log User traffic flow (connection 5-tuple) for one port or ports from one network (VPC) can be monitor and collect to the LOG service. Then it can be used for traffic analysis, attack detection and security. It is not a port or NIC dimension, one port can have many flows (connections), the flow log will be something like this: <neutron_port_id> <ip_src> <ip_dst> <l4_port_src> <l4_port_dst> <protocol> <accept/deny> <ingress/egress> <packets> <bytes> <collect_start_time> <collect_end_time> More details about the Flow log record examples: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html So for OpenStack Networking Service Neutron, how to: 1. write the security group rules accept/deny connection statistics (packets/bytes) data (does OVS has such ability, such as sFlow? conntrack is useful for such production?) 2. collect the data (neutron agents can do such work?) 3. report the data (metering-agent can report the data?)
2024-06-27 07:35:05 LIU Yulong description What is Flow log: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-basics.html https://www.alibabacloud.com/help/en/cen/user-guide/configure-a-flow-log User traffic flow (connection 5-tuple) for one port or ports from one network (VPC) can be monitor and collect to the LOG service. Then it can be used for traffic analysis, attack detection and security. It is not a port or NIC dimension, one port can have many flows (connections), the flow log will be something like this: <neutron_port_id> <ip_src> <ip_dst> <l4_port_src> <l4_port_dst> <protocol> <accept/deny> <ingress/egress> <packets> <bytes> <collect_start_time> <collect_end_time> More details about the Flow log record examples: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html So for OpenStack Networking Service Neutron, how to: 1. write the security group rules accept/deny connection statistics (packets/bytes) data (does OVS has such ability, such as sFlow? conntrack is useful for such production?) 2. collect the data (neutron agents can do such work?) 3. report the data (metering-agent can report the data?) What is Flow log: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-basics.html https://www.alibabacloud.com/help/en/cen/user-guide/configure-a-flow-log User traffic flow (connection 5-tuple) for one port or ports from one network (VPC) can be monitor and collect to the LOG service. Then it can be used for traffic analysis, attack detection and security. It is not a port or NIC dimension, one port can have many flows (connections), the flow log will be something like this: <neutron_port_id> <ip_src> <ip_dst> <l4_port_src> <l4_port_dst> <protocol> <accept/deny> <ingress/egress> <packets> <bytes> <collect_start_time> <collect_end_time> More details about the Flow log record examples: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html So for OpenStack Networking Service Neutron, how to: 1. write the security group rules accept/deny connection statistics (packets/bytes) data (does OVS have such ability, such as sFlow? conntrack is useful for such production?) 2. collect the data (neutron agents can do such work?) 3. report the data (metering-agent can report the data?)
2024-06-28 14:22:38 Brian Haley tags rfe
2024-06-28 14:22:44 Brian Haley bug added subscriber Brian Haley
2024-07-01 06:22:08 Rodolfo Alonso neutron: importance Undecided Wishlist