From 03434ac2053dcc6dba06fb01c3a1d1424bcdab56 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Mon, 16 Nov 2020 17:00:53 +0600 Subject: [PATCH] delete tsg_log_field.conf --- roles/firewall/tasks/main.yml | 6 --- .../firewall/templates/tsg_log_field.conf.j2 | 52 ------------------- 2 files changed, 58 deletions(-) delete mode 100644 roles/firewall/templates/tsg_log_field.conf.j2 diff --git a/roles/firewall/tasks/main.yml b/roles/firewall/tasks/main.yml index 57bf265..70c5690 100644 --- a/roles/firewall/tasks/main.yml +++ b/roles/firewall/tasks/main.yml @@ -40,12 +40,6 @@ dest: /home/mesasoft/sapp_run/tsgconf/maat.conf tags: template -- name: "Template the tsgconf/tsg_log_field.conf" - template: - src: "{{ role_path }}/templates/tsg_log_field.conf.j2" - dest: /home/mesasoft/sapp_run/tsgconf/tsg_log_field.conf - tags: template - - name: "Template the conf/capture_packet_plug.conf.j2" template: src: "{{ role_path }}/templates/capture_packet_plug.conf.j2" diff --git a/roles/firewall/templates/tsg_log_field.conf.j2 b/roles/firewall/templates/tsg_log_field.conf.j2 deleted file mode 100644 index e8ee44c..0000000 --- a/roles/firewall/templates/tsg_log_field.conf.j2 +++ /dev/null @@ -1,52 +0,0 @@ -#TYPE:1:UCHAR,2:USHORT,3:ULONG,4:ULOG,5:USTRING,6:FILE,7:UBASE64,8:PACKET -#TYPE TOPIC SERVICE -TOPIC SECURITY-EVENT-LOG 0 -TOPIC CONNECTION-RECORD-LOG 1 -TOPIC CONNECTION-SKETCH 2 - -#TYPE FIELD VALUE -LONG common_policy_id 1 -LONG common_service 2 -LONG common_action 3 -LONG common_start_time 4 -LONG common_end_time 5 -STRING common_l4_protocol 6 -LONG common_address_type 7 -STRING common_server_ip 8 -STRING common_client_ip 9 -LONG common_server_port 10 -LONG common_client_port 11 -LONG common_stream_dir 12 -STRING common_address_list 13 -LONG common_entrance_id 14 -LONG common_device_id 15 -LONG common_link_id 16 -STRING common_isp 17 -LONG common_encapsulation 18 -LONG common_direction 19 -STRING common_sled_ip 20 -STRING common_user_tags 21 -STRING common_user_region 22 -STRING common_app_label 23 -LONG common_app_id 24 -LONG common_protocol_id 25 -LONG common_c2s_pkt_num 26 -LONG common_s2c_pkt_num 27 -LONG common_c2s_byte_num 28 -LONG common_s2c_byte_num 29 -LONG common_con_duration_ms 30 -LONG common_has_dup_traffic 31 -STRING common_stream_error 32 -STRING common_stream_trace_id 33 -STRING common_schema_type 34 -STRING http_host 35 -STRING ssl_sni 36 -LONG common_establish_latency_ms 37 -STRING common_sub_action 38 -STRING common_client_asn 39 -STRING common_server_asn 40 -STRING common_client_location 41 -STRING common_server_location 42 -STRING quic_sni 43 -STRING ssl_ja3_fingerprint 44 -STRING common_data_center 45