All Projects → jessfraz → strace2elastic

jessfraz / strace2elastic

Licence: MIT license
Strace container output to a file, then shove the syscalls into elastic search.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

strace2elastic

Strace container output to a file, then shove the syscalls into elastic search.

$ strace2elastic.py
Usage: strace2elastic.py [OPTIONS] [FILE]

Options:
  -h, --help                        Print this help message and exit
  -e, --elastichost HOST:PORT       Elastic search instance
  -c, --container   CONTAINER_NAME  Container name

Just add strace-process.sh as a PostStart hook in your runc runtime config. See jessfraz/containers/notify-osd/runtime.json as an example.

Huge thanks to dirtyharrycallahan/pystrace

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].