hi guys. can you help me to add the tag in query p...
# general
k
hi guys. can you help me to add the tag in query packs from backend. i am able to add the packs using python manage.py addpack "packName" --filepath "filePath" but i want to add the tag also my conf file look like { "queries": { "file_events": { "query": "select * from win_file_events WHERE path LIKE 'path2';", "interval": 30, "platform": "windows", "version": "2.9.0", "description": "Windows File Events", "value": "File Events" } } }