Yes, through the API, api/v2/config_reports/3115
(for example) contains a field called logs. If I’m not wrong you should be able to pass queries like eventful = true and log ~ PULP_MANIFEST
but apparently searching the logs is broken in nightly, might be working on 1.12 though.
{
"metrics": {
"time": {
"total": 15
}
},
"created_at": "2018-07-05 15:19:08 +0200",
"updated_at": "2018-07-05 15:19:08 +0200",
"id": 3115,
"host_id": 3,
"host_name": "centos7-devel.lobatolan.home",
"reported_at": "2018-07-05 17:17:32 +0200",
"status": {
"applied": 1,
"restarted": 0,
"failed": 0,
"failed_restarts": 0,
"skipped": 0,
"pending": 0
},
"logs": [
{
"level": "notice",
"source": {
"source": "command"
},
"message": {
"message": "{\"changed\": true, \"end\": \"2018-07-05 13:19:08.005797\", \"stdout\": \"anaconda-ks.cfg\\nkatello-certs-1.0.0.tar.gz\\nPULP_MANIFEST\\npuppet-certs\\nssl-build\\nssl-build-bak\", \"cmd\": \"ls ~\", \"rc\": 0, \"start\": \"2018-07-05 13:19:08.001519\", \"stderr\": \"\", \"delta\": \"0:00:00.004278\", \"invocation\": {\"module_args\": {\"creates\": null, \"executable\": null, \"_uses_shell\": true, \"_raw_params\": \"ls ~\", \"removes\": null, \"warn\": true, \"chdir\": null, \"stdin\": null}}, \"_ansible_parsed\": true, \"stdout_lines\": [\"anaconda-ks.cfg\", \"katello-certs-1.0.0.tar.gz\", \"PULP_MANIFEST\", \"puppet-certs\", \"ssl-build\", \"ssl-build-bak\"], \"stderr_lines\": [], \"_ansible_no_log\": false}"
}
},
{
"level": "info",
"source": {
"source": "debug"
},
"message": {
"message": "{\"out\": {\"changed\": true, \"end\": \"2018-07-05 13:19:08.005797\", \"stdout\": \"anaconda-ks.cfg\\nkatello-certs-1.0.0.tar.gz\\nPULP_MANIFEST\\npuppet-certs\\nssl-build\\nssl-build-bak\", \"cmd\": \"ls ~\", \"rc\": 0, \"start\": \"2018-07-05 13:19:08.001519\", \"stderr\": \"\", \"delta\": \"0:00:00.004278\", \"stdout_lines\": [\"anaconda-ks.cfg\", \"katello-certs-1.0.0.tar.gz\", \"PULP_MANIFEST\", \"puppet-certs\", \"ssl-build\", \"ssl-build-bak\"], \"stderr_lines\": [], \"failed\": false}, \"_ansible_verbose_always\": true, \"_ansible_no_log\": false, \"changed\": false}"
}
}
],
"summary": "Modified"
}