Skip to content

openshift-assisted/assisted-events-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4052f5a · Jan 28, 2025
Apr 8, 2022
Sep 5, 2023
Jan 11, 2023
Apr 6, 2022
Aug 31, 2022
Jan 28, 2025
Sep 1, 2022
Apr 6, 2022
Mar 28, 2022
Mar 28, 2022
May 18, 2022
Mar 30, 2022
Nov 8, 2021
Jul 9, 2024
Jul 9, 2024
Nov 8, 2021
Nov 10, 2021
Jul 9, 2024
Nov 8, 2021
Mar 20, 2024
Aug 31, 2022
Jul 9, 2024
Aug 1, 2022
Sep 10, 2024
Aug 22, 2022
Jul 9, 2024
Sep 20, 2022
Nov 10, 2021

Repository files navigation

assisted-events-scrape

License Apache

About

A little service that publishes the assisted-service cluster events to Elasticsearch. It pulls all the cluster events and merge it with the existing data.

Install

make install 

Testing

Documentation about testing can be found here.

Usage:

This tool can be used by events_scrape cli command (if installed) or running using python without installing using the command: python3 -m assisted-events-scrape.events_scrape

Environment variables

Variable Description Example
ES_INDEX_PREFIX Elasticsearch index prefix, will be suffixed by YYYY-MM assisted-service-events-v3-
ES_SERVER Elasticsearch server address
ES_USER(optional) Elasticsearch user name elastic
ES_PASS(optional) Elasticsearch password
ASSISTED_SERVICE_URL Assisted service url https://api.openshift.com
OFFLINE_TOKEN Assisted service offline token
BACKUP_DESTINATION Path to save backup, if empty no backups will be saved
SSO_URL SSO server URL
SENTRY_DSN Sentry DSN
ERRORS_BEFORE_RESTART Maximum numbner of errors allowed before restarting the application
MAX_IDLE_MINUTES Minutes allowed for the application to be idle. Idle time is when the application is not being updated, either succesfully or unsuccesfully
N_WORKERS Number of workers in the thread pool. Defaults to 5 - minimum 1.

OAuth Proxy Configuration

In order to proxy elasticsearch/kibana, we use OAuth Proxy to provide authentication layer.

Below we describe the options that are used:

  • -http-address The binding address.
  • -provider OAuth provider. We use openshift
  • -openshift-service-account Service account where client-id and client-secret will be read from
  • -openshift-sar JSON Subject Access Review
  • -pass-basic-auth We turn this option off: we just want to proxy provided Basic Auth headers, and not pass authorized user as user
  • -htpasswd-file htpasswd file path used for authorizing system users