github.com/cilium/cilium@v1.16.2/pkg/hubble/exporter/testdata/valid-flowlogs-config.yaml (about) 1 flowLogs: 2 - name: "test001" 3 filePath: "/var/log/network/flow-log/pa/test001.log" 4 fieldMask: [] 5 includeFilters: [] 6 excludeFilters: [] 7 end: "2023-10-09T23:59:59-07:00" 8 - name: "test002" 9 filePath: "/var/log/network/flow-log/pa/test002.log" 10 fieldMask: ["source.namespace", "source.pod_name", "destination.namespace", "destination.pod_name", "verdict"] 11 includeFilters: 12 - source_pod: ["default/"] 13 event_type: 14 - type: 1 15 - destination_pod: ["frontend/nginx-975996d4c-7hhgt"] 16 excludeFilters: [] 17 end: "2023-10-09T23:59:59-07:00" 18 - name: "test003" 19 filePath: "/var/log/network/flow-log/pa/test003.log" 20 fieldMask: ["source", "destination","verdict"] 21 includeFilters: [] 22 excludeFilters: 23 - destination_pod: ["ingress/"]