Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 469 Bytes

File metadata and controls

24 lines (16 loc) · 469 Bytes

ConfigPageLocations

This sample app shows the locations of config pages, using Flask to display a config page to the user in different config page locations in QRadar.

Running this app

You can run this app locally by executing in this directory:

qapp run

Or you can package this app and deploy it by executing in this directory:

qapp package -p app.zip

and

qapp deploy -p app.zip -q <qradar console ip> -u <qradar user>