[ 
https://issues.apache.org/jira/browse/METRON-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549800#comment-16549800
 ] 

ASF GitHub Bot commented on METRON-1638:
----------------------------------------

Github user justinleet commented on the issue:

    https://github.com/apache/metron/pull/1120
  
    Couple comments
    
    - For anyone running through this, they'll need to add a `-u user:password` 
to the curl commands.
    - More importantly, the status and PDML calls failed through Swagger.  
Taking Swagger's curl and copying it out (with the addition of the auth), 
worked perfectly fine. Didn't see anything come up in the logs, just got 404 
with no response body.
    
    Could you take a look into the Swagger issue and see if we can suss out 
what that might be? Assuming we can get that fixed (or at least diagnosed and 
ticketed if it's unrelated, so we can make sure to fix it before it goes into 
master), I'm good with this PR.



> Retrieve Pcap results in pdml format
> ------------------------------------
>
>                 Key: METRON-1638
>                 URL: https://issues.apache.org/jira/browse/METRON-1638
>             Project: Metron
>          Issue Type: Sub-task
>            Reporter: Ryan Merriman
>            Priority: Major
>
> There should be a REST endpoint that allows a user to retrieve pcap page 
> results in pdml format.  Assuming tshark is installed, there should be a "GET 
> /api/v1/pcap/pdml/<jobId>/<pageNumber>" endpoint that will return pcap 
> results for the given page in pdml format 
> ([https://wiki.wireshark.org/PDML]), converted to json for easier consumption 
> by a UI. This endpoint will call out to the tskark utility for the raw to 
> pdml conversion.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to