54 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [fortraPlatform]
 | |
| selectedPlatform = "dev"
 | |
| 
 | |
| [output]
 | |
| pushToplatform = false
 | |
| dumpTojson = true
 | |
| filename ="./data.json"
 | |
| token = "./.token"
 | |
| 
 | |
| [logging]
 | |
| useLog = true
 | |
| logLevel = "debug"
 | |
| logPath = "./inex.log"
 | |
| 
 | |
| [database]
 | |
| overrideEmbeddedquery = false
 | |
| daysTopull = 20
 | |
| driver = "ODBC Driver 18 for SQL Server"
 | |
| server = "192.168.x.x"
 | |
| database = "EFTDB"
 | |
| user = "a"
 | |
| password = "a"
 | |
| query = """DECLARE @stopTime DATETIME2
 | |
| SET @stopTime=DATEADD(DAY, -30, GETDATE())
 | |
| SELECT p.ProtocolCommandID, t.Time_stamp, p.RemoteIP, p.RemotePort, p.LocalIP, p.LocalPort, p.Protocol, p.SiteName, p.Command, p.FileName, p.PhysicalFolderName, p.VirtualFolderName, p.FileSize, p.TransferTime, p.BytesTransferred, p.Description, p.ResultID, t.TransactionID, p.Actor, t.TransactionObject, t.NodeName, t.TransactionGUID, a.Protocol user_type
 | |
| FROM tbl_Transactions t
 | |
|      Full JOIN tbl_ProtocolCommands p ON(t.TransactionID=p.TransactionID)
 | |
|      Full JOIN tbl_Authentications a ON(t.TransactionID=a.TransactionID)
 | |
| WHERE p.Time_stamp>@stopTime AND p.Command IS NOT NULL"""
 | |
| 
 | |
| [fortraPlatform.dev]
 | |
| idp = "https://foundation.foundation-dev.cloudops.fortradev.com/idp/realms/products/protocol/openid-connect/token"
 | |
| efc_url = "https://efc.efc-dev.cloudops.fortradev.com"
 | |
| tenant_id = ""
 | |
| client_id = "eft-event-generator-confidential"
 | |
| secret = ""
 | |
| 
 | |
| [fortraPlatform.stage]
 | |
| idp = "https://foundation.foundation-stage.cloudops.fortradev.com/idp/realms/products/protocol/openid-connect/token"
 | |
| efc_url = "https://efc.efc-stage.cloudops.fortradev.com"
 | |
| tenant_id = ""
 | |
| client_id = "eft-event-generator-confidential"
 | |
| secret = ""
 | |
| 
 | |
| [fortraPlatform.prod]
 | |
| idp ="https://foundation.foundation-prod.cloudops.fortradev.com/idp/realms/products/protocol/openid-connect/token"
 | |
| efc_url = "https://efc.efc-prod.cloudops.fortradev.com"
 | |
| tenant_id = ""
 | |
| client_id = "eft-event-generator-confidential"
 | |
| secret = ""
 | |
| 
 | |
| [immutables] 
 | |
| product_name = "GlobalScape EFT"
 | |
| prd_ext_tenant_name = "GlobalScape EFT" |