2018-05-25 02:51 PM
I am trying to user curl to pull data from our concentrator. it doesn't seem to want to work with curl. I am also not sure if i have the proper syntax. It works fine by manually going to the site at http://x.x.x.x:50105/sdk/packets the query i am trying to run is event.desc = 'ids_alerted' && time="2018-May-24 0:00"-"2018-May-24 23:20" and again it works fine using the manual page.
curl --user 'username:password'
2018-05-26 12:34 AM
I've moved your question to the RSA NetWitness Platform" data-type="space space where it will be seen by the product's support engineers, other customers and partners. Please bookmark this page and use it when you have product-specific questions.
Alternatively, from the RSA Customer Support" data-type="space page, click on Ask A Question on the blue navigation bar and choose Ask A Product Related Question. From there, scroll to RSA NetWitness Platform" data-type="space and click Ask A Question. That way your question will appear in the correct space.
Regards,
Erica
2018-05-28 04:09 PM
You need to add --tlsv1.2 to your command for it to work.
2018-05-28 04:29 PM
Tried that but still nothing
2018-05-29 10:37 AM
Hi,
Try using the curl command below. It is modified to pull events for the entire day of May 24.
Please substitute your username/password and concentrator ipaddr.
# curl -u username:password "http://xxx.xxx.xxx.xxx:50105/sdk/packets?&render=logs&event.desc='ids_alerted'&time1=2018-May-07%2000:00:00&time2=2018-May-24%2023:59:59"
2018-05-29 01:37 PM
this works but it ignores what I am looking for as far as the event desc. It only concentrates on the time structure and gives me all logs between that time frame.
2018-05-29 02:32 PM
John,
If you are looking to pull meta, maybe this might work for you. https://community.rsa.com/message/897773
#meta #csv
Guy#