[
https://issues.apache.org/jira/browse/METRON-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257085#comment-16257085
]
ASF GitHub Bot commented on METRON-1294:
----------------------------------------
Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/827
I ran a request giving sensors:
```
curl -X POST --header 'Content-Type: application/json' --header 'Accept:
application/json' -d '["snort", "bro"]'
'http://node1:8082/api/v1/search/column/metadata'
```
which returns fine
```
{
"TTLs": "double",
"bro_timestamp": "string",
"enrichments:geo:ip_dst_addr:location_point": "other",
"sha256": "string",
"enrichmentjoinbolt:joiner:ts": "date",
"certificate:version": "integer",
...
}
```
but giving the actual indices returns nothing, e.g.
```
curl -X POST --header 'Content-Type: application/json' --header 'Accept:
application/json' -d '["bro_index_2017.11.17.14"]'
'http://node1:8082/api/v1/search/column/metadata'
```
I assume it's intentional that indices don't actually return data, which
I'm fine with, but we need to rename things from indices to sensor or something.
> IP addresses are not formatted correctly in facet and group results
> -------------------------------------------------------------------
>
> Key: METRON-1294
> URL: https://issues.apache.org/jira/browse/METRON-1294
> Project: Metron
> Issue Type: Bug
> Reporter: Ryan Merriman
> Assignee: Ryan Merriman
>
> Fields that are of type IP address are being returned in numerical format
> whereas they should be returned in string format.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)