juju4 / ansible-arkime

Setup Arkime, Full Packet Capture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status - Master Actions Status - Devel

arkime ansible role

A simple ansible role to setup arkime.

Requirements & Dependencies

Ansible

It was tested on the following versions:

  • 2.13

Operating systems

Tested on Ubuntu 20.04, 22.04

Example Playbook

Just include this role in your list. For example

- host: myhost
  roles:
    - juju4.arkime

You probably want to review variables.

Variables

TBD

Continuous integration

$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:22.04 molecule test --destroy=never

Troubleshooting & Known issues

+ /opt/arkime/bin/arkime_config_interfaces.sh -c /opt/arkime/etc/config.ini -n default
RTNETLINK answers: Operation not permitted
RTNETLINK answers: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
netlink error: Operation not permitted
+ /opt/arkime/bin/capture -c /opt/arkime/etc/config.ini
Apr 28 19:16:37 main.c:214 parse_args(): WARNING: gethostname doesn't return a fully qualified name and getdomainname failed, this may cause issues when viewing pcaps, use the --host option - fv-az262-360
FATAL CONFIG ERROR - pcap open live failed! eth0: You don't have permission to capture on that device (socket: Operation not permitted)

License

BSD 2-clause

About

Setup Arkime, Full Packet Capture

License:BSD 2-Clause "Simplified" License


Languages

Language:Jinja 100.0%