Logo
Resources
Documentation Portal Ideas Portal guardsix Academy License Portal
Resources
Documentation Portal Ideas Portal guardsix Academy License Portal
Sign in
  1. guardsix Service Desk
  2. Knowledge Center
  3. Design & Architecture

Customizable sync export config

Avatar Ranjan Shrestha
April 06, 2026 09:12
Follow

Please note that the explained modification must be handled with precision, as incorrect configuration can cause un-necessary change in database leading to service disruptions. For instance, removing an active routing policy from the JSON config file may lead to issues in log ingestion from concerned devices/log sources. 

Guardsix has exposed the Sync option to transfer configurations between SIEMs by exporting data from one instance and importing it into another. There are limited list of configurations that can be exported to destination server. The list can be found here. Sometimes the configuration can already be present at destination SIEM creating redundant config to be imported. So, the list of configurations can be customized via the exported sync_config_.json file. 

This example explains about removing the repo configuration while importation in destination server.

Creat a new repo can_be_deleted and export the sync config from Settings>System Settings>Sync. 

repo_new.png

Open the file in a text editor (such as VS Code) and remove the relevant entry from the JSON file.

If the file is too large to render properly in your editor, you can use the jq command to format (pretty-print) the JSON and save it for easier viewing in text editor.

jq . sync_config_.json > sync_config_pretty.json

BEFORE:

repo_json.png

AFTER:

modifed_json.png

Now importing this modified sync config in destination server doesn't create the new repo can_be_deleted.

 

 
 

 

Comments

Please sign in to leave a comment.

Related articles

  • Priority Access guidelines
Was this article helpful?
0 out of 0 found this helpful
Privacy policy    EULA    Terms of service   
Copyright © , guardsix. All rights reserved.

Note: We use cookies that are essential for the smooth functioning of our website.