Forum Discussion
BIG-IQ RestAPI - retrieve customized Web Application Security Event Log
- Feb 24, 2023
This is how can be done :
POST /mgmt/cm/shared/es/logiq/asmindex/_search?filter_path=hits.hits._source
Request Body:{ "query":{
"query_string":{
"query":"support_id: 123456789" }
},
"_source": "staged_sig_ids", <====
"from":0,
"size":50,
"sort":{ "date_time":"desc" }
}
This is how can be done :
POST /mgmt/cm/shared/es/logiq/asmindex/_search?filter_path=hits.hits._source
Request Body:
{ "query":{
"query_string":{
"query":"support_id: 123456789" }
},
"_source": "staged_sig_ids", <====
"from":0,
"size":50,
"sort":{ "date_time":"desc" }
}
Thanks for following up with your solution!
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com