frosenberg / elasticsearch-nvd-river

River plugin for Elasticsearch for fetching the NIST National Vulnerability Database entires.
Apache License 2.0
5 stars 4 forks source link

Nested Value (cvss, cpe-lang...) #1

Open Menahem1 opened 9 years ago

Menahem1 commented 9 years ago

Hello,

When i want to see the value of "nvd" with kibana my nested value are not displayed correctly, how to do if i want to non nested the values ?

Thanks !

frosenberg commented 9 years ago

Can you append a screenshot here? I think this is a kibana issue of not rendering the nested JSON of a value correctly. You should still be able to query part of it though.

Menahem1 commented 9 years ago

example cve

In vulnerable-configuration the {} is due to the fact of value inside the vulnerable-configuration

frosenberg commented 9 years ago

You should still be able to query though b/c it is valid JSON. I'm not sure Kibana can handle nested JSON in the representation.