You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Hi,
By store config data do you mean storing app configuration values on disk? If you want the values to persist between upgrades of the app then you should write to /store. I would advise using the qpylib helper method for getting the store path and this will correctly resolve /store both while running in QRadar and while running locally with the sdk.
Hi,
Yes, thats right.
I would appreciate it if there is a sample app showing how to do this according to best practises.
CR
Von: QRadarSampleApps [mailto:[email protected]]
Gesendet: Mittwoch, 4. Juli 2018 16:50
An: ibm-security-intelligence/sample-apps <[email protected]>
Cc: Racky, Christopher <[email protected]>; Author <[email protected]>
Betreff: Re: [ibm-security-intelligence/sample-apps] Sample for storing config parameters (#1)
Hi,
By store config data do you mean storing app configuration values on disk? If you want the values to persist between upgrades of the app then you should write to /store. I would advise using the qpylib helper method for getting the store path and this will correctly resolve /store both while running in QRadar and while running locally with the sdk.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ALEqycwG4xCLFF95WeV1DO7Sxd1oEbcoks5uDNYYgaJpZM4UgCT8>.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Please provide an example how to store config data within a sample-app.
e.g. json config file.
The text was updated successfully, but these errors were encountered: