cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
262
Views
0
Helpful
7
Replies

Security Endpoint 排程自動發送 raw log 方法

willy-liu
Level 1
Level 1

想要詢問:因為Cisco EndPoint Dashboard 只能儲存30天的log資訊,但因為稽核或是種種因素,需要更長時間的去留存這些log,所以變成都要一直手動趁30天內一直重複去收集下載這些Raw data , 有沒有什麼方式可以設定排程自動定期寄送這些RAW log的方法呢?? 

 

 

7 Replies 7

Matthew Franks
Cisco Employee
Cisco Employee

Depending on what data you're collecting, you can use the API to pull information or use an Event Stream.

https://developer.cisco.com/docs/secure-endpoint/

Thanks,

Matt

Hi Matthew Franks,

I want collect the all event data , " Event >> export to csv 

is it possible to use API to schedule and auotmation ?? 

event.png

willy-liu
Level 1
Level 1

Hi Matthew Franks,

I want collect the all event data , " Event >> export to csv 

is it possible to use API to schedule and auotmation ?? 

event.png

Matthew Franks
Cisco Employee
Cisco Employee

There is no automation to pull the CSV but a script could be written to use the /v1/computers API call to pull all computers from a business.
https://developer.cisco.com/docs/secure-endpoint/v1-api-reference-computer/

-Matt

Matthew Franks
Cisco Employee
Cisco Employee

I had some free time so I wrote a script that should work. You can use this for your automation if you have a way to run it periodically.

https://github.com/mafranks/export_computers

Hope that helps!

Thanks,

Matt

Hi 

Hi Matthew Franks ,
Thanks for take time for my question , I follow your step create a env file , add the client ID and API key , and run the main.py but doesn't
how can I troubleshoot it ?? 
预览
 

Matthew Franks
Cisco Employee
Cisco Employee

First, look to see if there are any errors in the console. You can also add print statements to the python code to see where it is having an error. Most likely are authentication issues.

-Matt