flight-track
flight-track copied to clipboard
Logstash config and Kibana dashboard to visualize ADS-B signals. Your own receiver with dump1090 is required.
I've created a similar application for the exploration of ADS-B datasets: https://github.com/ClickHouse/adsb.exposed It could be useful for comparison. It uses ClickHouse instead of ElasticSearch, which enables higher scale and speed.
logstash needs to know about the template So, it needs loaded into Elastic? e.g., curl -XPUT http://localhost:9200/_template/flight-track-template?pretty -d @/some/dir/flight-track-template.json
I've gotten this set up, pointing to my dump1090-fa instance. Unfortunately, it does not have data.json, but does have aircraft.json. The included logstash parser does not parse this correctly. Was...