IBM QRadar: Ariel Query Language (AQL): Difference between revisions
(Created page with "= Ariel Query Language (AQL) = * [https://www.ibm.com/docs/en/qradar-on-cloud?topic=aql-query-structure AQL Query structure] : Use Ariel Query Language (AQL) to extract, filter, and perform actions on event and flow data * [https://www.ibm.com/docs/en/qradar-on-cloud?topic=aql-ariel-query-language Ariel Query Language] : Funções para transformação, agregação da AQL = Ver também = * Artigos sobre IBM QRadar * Tecnologias| Mais Artigos sobre...") |
|||
Line 7: | Line 7: | ||
: Funções para transformação, agregação da AQL | : Funções para transformação, agregação da AQL | ||
= ariel_query command line= | |||
ariel_query --no-verify -u admin --output table --query "select QIDNAME(QID) from EVENTS limit 10" | |||
= Ver também = | = Ver também = |
Latest revision as of 19:00, 31 January 2025
Ariel Query Language (AQL)
- Use Ariel Query Language (AQL) to extract, filter, and perform actions on event and flow data
- Funções para transformação, agregação da AQL
ariel_query command line
ariel_query --no-verify -u admin --output table --query "select QIDNAME(QID) from EVENTS limit 10"