Hi Devs and folks,
I have successfully installed V.7 RC 2 :=). I have softflowd activated on my pfsense. Now I recieve the results in Kibana and I can see all the field. So far it looks good to me.
It's probably a basic understanding problem
Visualize -> Coordinate Map ->
I recieve this error:
Couldn't find any index patterns with geospatial fields or /
On the new Kibana Maps on the left menu i recieve on the right side:
No Compatible Fields: The netflow* index pattern does not contain any of the following field types: geo_point
JSON in Kibana:
{
"_index": "netflow-2019.04.07",
"_type": "_doc",
"_id": "JF0h-WkBEw0MslqC5mx1",
"_version": 1,
"_score": null,
"_source": {
"geoip": {
"longitude": XX6.9783,
"country_name": "South Korea",
"ip": "XXX.XXX.223.150",
"city_name": "Seoul",
"latitude": XX.5985,
"timezone": "Asia/Seoul",
"region_name": "Seoul",
"as_org": "Korea Telecom",
"autonomous_system": "Korea Telecom (4766)",
"continent_code": "AS",
"country_code3": "KR",
"region_code": "11",
"location": {
"lat": XX.5985,
"lon": XX6.9783
},
"asn": 4766,
"country_code2": "KR"
},
"host": "192.168.0.X",
"geoip_dst": {
"longitude": 8.2723,
"country_name": "Switzerland",
"ip": "XXX.XXX.XXX.87",
"city_name": "XXXXXX",
"latitude": XX.0957,
"timezone": "Europe/Zurich",
"region_name": "XXXX",
"postal_code": "XXXX",
"as_org": "XXXXXX",
"autonomous_system": "XXXXXX",
"continent_code": "EU",
"country_code3": "CH",
"region_code": "LU",
"location": {
"lat": XX.0957,
"lon": XX.2723
},
"asn": 8821,
"country_code2": "CH"
},
"@timestamp": "2019-04-07T18:49:01.000Z",
"geoip_src": {
"longitude": XX.9783,
"country_name": "South Korea",
"ip": "XXX.212.223.150",
"city_name": "Seoul",
"latitude": 37.5985,
"timezone": "Asia/Seoul",
"region_name": "Seoul",
"as_org": "Korea Telecom",
"autonomous_system": "Korea Telecom (4766)",
"continent_code": "AS",
"country_code3": "KR",
"region_code": "11",
"location": {
"lat": XX.5985,
"lon": XXX.9783
},
"asn": XX66,
"country_code2": "KR"
},
"netflow": {
"protocol": 6,
"tcp_flag_tags": [
"SYN",
"RST",
"PSH",
"ACK"
],
"src_locality": "public",
"flow_seq_num": 2512,
"flowset_id": 1024,
"flow_locality": "public",
"dst_port": 8889,
"src_port_name": "TCP/51188",
"output_snmp": 1,
"first_switched": "2019-04-07T18:46:50.264Z",
"tcp_flags": 30,
"protocol_name": "TCP",
"bytes": 1472,
"dst_addr": "XXX.XXX.XXX.87",
"ip_version": "IPv4",
"tcp_flags_label": "SYN-RST-PSH-ACK",
"src_port": 51188,
"last_switched": "2019-04-07T18:46:52.903Z",
"src_addr": "XXX.XXX.XXX.150",
"dst_port_name": "TCP/8889 (ddi-tcp-2)",
"dst_locality": "public",
"ip_protocol_version": 4,
"version": "Netflow v9",
"input_snmp": 1,
"tos": 0,
"packets": 8
},
"@version": "1",
"type": "netflow",
"tags": [
"__netflow_direction_not_recognized"
]
},
"fields": {
"netflow.first_switched": [
"2019-04-07T18:46:50.264Z"
],
"@timestamp": [
"2019-04-07T18:49:01.000Z"
],
"netflow.last_switched": [
"2019-04-07T18:46:52.903Z"
]
},
"sort": [
1554662810264
]
}
What did I forget?