GSA / jenkins-deploy

deploy Jenkins to AWS with Terraform and Ansible
Other
20 stars 14 forks source link

ensure that Jenkins does proper logging required by GSA #34

Closed afeld closed 6 years ago

JJediny commented 7 years ago

Happy to parse out our fluentd agent install into its own repo w/ secops target?

<source>
  type tail
  format multiline
  format_firstline /^\w+\s\d+,\s\d+/
  format1 /(?<message>.*)/
  path /var/log/jenkins/jenkins.log
  read_from_head true
  tag jenkins
</source>
afeld commented 7 years ago

D2D has been using RSYSLOG as part of our base image...not sure if there's major benefit for one vs. the other, or if it's a bad idea to mix them?

/cc @dvvolodin

afeld commented 6 years ago

Also presumably need to send logs for the jobs...

https://wiki.jenkins.io/display/JENKINS/Logging#Logging-MakinglogsavailableoutsideofthewebUI

afeld commented 6 years ago
afeld commented 6 years ago
JJediny commented 6 years ago

https://wiki.jenkins.io/display/JENKINS/FluentD+Plugin...

For testing/consideration: rsyslog may alter/manipulate the synthax of the java output