Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty Kubernetes fields in Falco output #13

Closed
bzurkowski opened this issue Mar 25, 2020 · 1 comment
Closed

Empty Kubernetes fields in Falco output #13

bzurkowski opened this issue Mar 25, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bzurkowski
Copy link
Member

bzurkowski commented Mar 25, 2020

Tracking issue for falcosecurity/falco#1029.

@bzurkowski bzurkowski added the bug Something isn't working label Mar 25, 2020
@bzurkowski bzurkowski self-assigned this Mar 25, 2020
@bzurkowski bzurkowski added this to the 0.2 milestone Apr 13, 2020
@bzurkowski
Copy link
Member Author

Fields seeem to be filled correctly. Verified on several rules. Closing.

{
   "output":"07:03:05.063269120: Warning Pod started using host network (user=system:serviceaccount:kube-system:replicaset-controller pod=hostnetwork-deployment-748bd48fcb-hrj2q ns=falco-event-generator images=busybox)",
   "priority":"Warning",
   "rule":"Create HostNetwork Pod",
   "time":"2020-05-07T07:03:05.063269120Z",
   "output_fields":{
      "jevt.time":"07:03:05.063269120",
      "ka.req.pod.containers.image":"busybox",
      "ka.resp.name":"hostnetwork-deployment-748bd48fcb-hrj2q",
      "ka.target.namespace":"falco-event-generator",
      "ka.user.name":"system:serviceaccount:kube-system:replicaset-controller"
   }
}
{
 "output":"07:04:10.489446912: Warning Pod started with sensitive mount (user=system:serviceaccount:kube-system:replicaset-controller pod=sensitive-mount-deployment-76477d5d8-82k4d ns=falco-event-generator images=busybox volumes=[{\"hostPath\":{\"path\":\"/etc\",\"type\":\"\"},\"name\":\"etc\"}])",
   "priority":"Warning",
   "rule":"Create Sensitive Mount Pod",
   "time":"2020-05-07T07:04:10.489446912Z",
   "output_fields":{
      "jevt.time":"07:04:10.489446912",
      "jevt.value":"[{\"hostPath\":{\"path\":\"/etc\",\"type\":\"\"},\"name\":\"etc\"}]",
      "ka.req.pod.containers.image":"busybox",
      "ka.resp.name":"sensitive-mount-deployment-76477d5d8-82k4d",
      "ka.target.namespace":"falco-event-generator",
      "ka.user.name":"system:serviceaccount:kube-system:replicaset-controller"
   }
}
{
   "output":"07:05:26.325649920: Warning Pod started with privileged container (user=system:serviceaccount:kube-system:replicaset-controller pod=privileged-deployment-7c5d789cf4-k4w5f ns=falco-event-generator images=busybox)",
   "priority":"Warning",
   "rule":"Create Privileged Pod",
   "time":"2020-05-07T07:05:26.325649920Z",
   "output_fields":{
      "jevt.time":"07:05:26.325649920",
      "ka.req.pod.containers.image":"busybox",
      "ka.resp.name":"privileged-deployment-7c5d789cf4-k4w5f",
      "ka.target.namespace":"falco-event-generator",
      "ka.user.name":"system:serviceaccount:kube-system:replicaset-controller"
   }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant