Visualization for File Types and URL

Is it possible to create a visualization for downloaded files by URL? For example, I would like to know how many times chrome.exe was downloaded, and from what URL.

Yes you can do this, but Kibana depends on this data existing in Elasticsearch. You'll need to build the system which actually tracks those downloads, and ingest the data into Elasticsearch using Logstash or Beats.

If you already have this data in ES, then can you tell me what the shape of each document is and what type of visualization you want to build (table, bar chart, etc)? I can help you figure out how to use Kibana to build this vis.

Thanks,
CJ

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.