#******************************************************************************* # SyslogCollector.ini r moulton #******************************************************************************* RFC3881SchemaFile=rfc3881.xsd #******************************************************************************* # The validation files for the various IHE transactions are located in the # IHEValidationDirectory. Each IHE transaction is represented by a sub directory # in the schema directory whose name is the AuditMessage/EventIdentification/ # EventTypeCode@code value, for example, "ITI-42". Each audit event type within # that transaction is represented by a sub directory within the EventTypeCode # directory, whose name is the AuditMessage/EventIdentification/EventId@code # value, for example, "110106". The validation file(s) for this EventType code # & EventID code combination are placed in this later sub directory. If more # than one validation file is present, the files will be applied in alpha order # by the file name. Schematron files have the file name extension .sch. Names # for the ATNA messages may be provided by placing a file containing the name # as a single line of text and having the same name as the .sch file but a .dat # extension (e.g. mt01.dat contains the name for the ATNA message validated by # mt01.sch) or in a default file named Name.dat. #******************************************************************************* IHEValidationDirectory=IHEValidation UseSyslogDB=YES StoreMessages=NO MessageDirectory=messageDirectory # Connection parameters for the syslogcollector message repository DB [syslog_DB] DriverName=org.postgresql.Driver ConnectionString=jdbc:postgresql:gss UserId=gazelle Password=gazelle # Connection parameters for the master user and DB [postgres_DB] DriverName=org.postgresql.Driver ConnectionString=jdbc:postgresql:postgres UserId=gazelle Password=gazelle #******************************************************************************* # Port numbers. A list of port numbers to be used as listen ports for UDP, TCP, # and secure TCP (TLS). Separate servers will be set up on each of these ports # to listen for messages. The purpose of the multiple ports is to differentiate # messages coming from the same IP address, that is, different developers # sending messages from the same IP can use different ports, and view only # messages sent to that port. Developers sending from different IP addresses # do not need to worry about this. #******************************************************************************* [Servers] UDPPorts=3001 TCPPorts=3101 TLSPorts=null #---------------------------- TLS server keystore file pfn and password Keystore=server-gazelle-gold-NA2012.keystore Password=serverpw