IBM QRadar SOAR

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  how to keep persitent data with AppHost

    Posted 08/19/20 02:41 AM
    Resilient application: " Schedule for Resilient" has the parameter  "datastore _dir" in app.config as follows:

    [fn_scheduler]
        :
    # directory for the sqlite persistent db
    datastore_dir =

    "datastore_dir" is supposed to specify the path to keep persistent data but it is the path in the container when " Schedule for Resilient" runs on AppHost environment.

    Since the container path is just a volatile rather than persistent unless special treatment is done, I wonder if AppHost has any special mechanism such as overlay mount



    ------------------------------
    Yohji Amano
    ------------------------------


  • 2.  RE: how to keep persitent data with AppHost

    Posted 09/01/20 07:13 AM
    Hi Yohji,

    Unfortunately, this capability will not work in containers and any file added to an app is currently read only. However, a future release of fn_scheduler will introduce the ability to use a true database so that persisted schedules can be used with App Host.

    ------------------------------
    Mark Scherfling
    ------------------------------



  • 3.  RE: how to keep persitent data with AppHost

    Posted 09/01/20 08:11 AM
    Hi Mark. 

    Thank you for the clarification. We'll wait for the future  update.

    ------------------------------
    Yohji Amano
    ------------------------------



  • 4.  RE: how to keep persitent data with AppHost

    Posted 09/11/20 03:59 AM

    And what is your current "datastore_dir" suggestion in the current AppHost Environment ?
    datastore_dir = /var/rescircuits ?



    ------------------------------
    BENOIT ROSTAGNI
    ------------------------------



  • 5.  RE: how to keep persitent data with AppHost

    Posted 09/14/20 08:36 AM
    Yes. You can place it there. But be aware that once the container restarts, the db will be lost. The better solution is to refactor the application to use an external db such PostgreSQL. We will schedule that work.

    ------------------------------
    Mark Scherfling
    ------------------------------