demonbhao
03/30/2021, 10:10 AMetsang
03/30/2021, 7:58 PMNabil Schear
03/30/2021, 8:03 PMAli Saidi
04/01/2021, 2:22 AMdemonbhao
04/02/2021, 9:49 AMMystery Incorporated
04/02/2021, 11:00 AMAhmed
04/06/2021, 1:37 PMetsang
04/06/2021, 6:34 PMHello_There
04/07/2021, 2:45 PMAnna
04/07/2021, 2:57 PMproxx
04/07/2021, 7:02 PMCarlos López
04/08/2021, 11:20 AMNerd
04/08/2021, 1:02 PMnyanshak
04/09/2021, 4:58 PMdocker run -it <http://registry.access.redhat.com/ubi8/ubi:8.1|registry.access.redhat.com/ubi8/ubi:8.1> bash
# yum-config-manager needs to be installed on this system
yum install yum-utils
# no sudo installed by default and already running as root, so I've modified instructions to remove sudo, but otherwise are the same:
curl -L <https://pkg.osquery.io/rpm/GPG> | tee /etc/pki/rpm-gpg/RPM-GPG-KEY-osquery
yum-config-manager --add-repo <https://pkg.osquery.io/rpm/osquery-s3-rpm.repo>
yum-config-manager --enable osquery-s3-rpm
Error: No matching repo to modify: osquery-s3-rpm.
^ I noticed the instructions failed at this point.
I opened https://pkg.osquery.io/rpm/osquery-s3-rpm.repo to take a look... Looks like the repo name changed or something? Shows as osquery-s3-rpm-repo
instead of osquery-s3-rpm
.
Seems to pan out, because changing the line to this works:
yum-config-manager --enable osquery-s3-rpm
And then I'm able to successfully install osquery with yum install osquery
Hello_There
04/12/2021, 1:24 PMDan Achin
04/12/2021, 5:22 PMArtem
04/13/2021, 2:51 PMfritz
04/13/2021, 4:00 PMArtem
04/14/2021, 1:49 PMauditdnetlink.cpp:647] Failed to set the netlink owner
But, i don't have auditd in my OS.
This is my conf
"options": {
"audit_allow_config": "true",
"audit_allow_fim_events": "true",
"audit_allow_sockets": "true",
"audit_fim_show_accesses": "true",
"enable_file_events": "true",
"disable_events": "false",
"audit_persist": "false",
"disable_audit": "false",
"audit_allow_process_events": "true",
"pack_delimiter": "/",
"config_plugin": "filesystem"
},
Whai is my error? could anyone help pls?alessandrogario
alessandrogario
Macear
04/19/2021, 8:14 AMsuppandi
04/20/2021, 3:12 AMJuan Alvarez
04/20/2021, 8:06 AMarod
04/20/2021, 2:32 PMJean M
04/20/2021, 5:37 PMspec:
config:
decorators:
load:
- SELECT uuid AS host_uuid FROM system_info
- SELECT hardware_serial FROM system_info LIMIT 1
always:
- >-
SELECT user AS username FROM logged_in_users WHERE user <> '' ORDER BY
time DESC LIMIT 1
interval:
'3600':
- SELECT hostname FROM system_info LIMIT 1
...
I’ve also restarted osqueryd, and tried to remove the DB before restarting, is there anything I can do to know which decorators it is considering or the cause of the issue? I may add that it is working for two other hosts and they are using the same configuration 🤔 It is only including the `hostIdentifier`in the scheduled query results (I guess it’s the default?) thanks!arod
04/21/2021, 8:56 PMCarlos López
04/23/2021, 6:18 AMDan Achin
04/23/2021, 9:35 PMtls_session_reuse: true
. Is that only for the logger perhaps? It's surprising to me that we have constant sessions up and down - this is currently 5000 per min and will go even more crazy as we scale.Juan Alvarez
04/23/2021, 9:35 PM