billgraziano / xelogstash

Send SQL Server Extended Events to Logstash, Elastic Search, or JSON
Other
26 stars 11 forks source link

Consider new config file structure #74

Open billgraziano opened 2 years ago

billgraziano commented 2 years ago

Instead of having a sqlwriter.toml and a sqlwriter_sources.toml, look for the following files and MERGE them together. This starts with the most general file and overwrites with more specific files.

  1. sqlxewriter.toml
  2. sqlxewriter_sources.toml
  3. sqlxewriter_DOMAIN.tonl
  4. sqlxewriter_DOMAIN_MACHINE.toml

How does this easily handle DEV vs PROD?