MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
194 stars 65 forks source link

show Event tags #49

Open garanews opened 6 years ago

garanews commented 6 years ago

It seems that at the moment only attribute tags are shown. It will be useful to show also the event tag (I think almost all users are tagging the event and not the single attribute). I tried to modify the config file row in this way:
fieldname_order=["Event.id", "Event.Tag", "Attribute.Tag", "Attribute.category", "Attribute.type", ["Attribute.value", "Attribute.comment"]] It doesn't seem to help (at least now I can see event tag under Most popular tags, but in dashboard the new column event.tag is not being populated)