Skip to content

Instantly share code, notes, and snippets.

@ram-devsecops
Created April 16, 2015 15:26
Show Gist options
  • Save ram-devsecops/ee650d37b74c72df2bae to your computer and use it in GitHub Desktop.
Save ram-devsecops/ee650d37b74c72df2bae to your computer and use it in GitHub Desktop.
shipper config file
{
"network": {
"servers": [ "xxxxxxx:6379" ],
"ssl ca": "C://log-courier/logstash-forwarder.crt"
},
"files": [
{
"paths": [ "C:\\inetpub\\logs\\LogFiles\\W3SVC*\\*"],
"fields": {"type": "IISLog"}
},
{
"paths": [ "C:\\windows\\system32\\LogFiles\\HTTPERR\\*.log"],
"fields": {"type": "HTTPLog"}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment