aiops/logsight-setup-action

Login, and start log collection.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
usernameBasic auth username.yes
passwordBasic auth password.yes
repositoryApplication name.no${{ github.event.repository.name }}
tagTag that refers to the current version of your software.no${{ github.sha }}
fluentbit_enableFlag that enables or disables FluentBit log collection. If disabled, please make sure you have your own input that forwards logs to logsight.ai (https://docs.logsight.ai/#/./send_logs/fluentbit).no1
fluentbit_inputnameFluentBit inputs (https://docs.fluentbit.io/manual/pipeline/inputs)notail
fluentbit_filelocationFluentBit file location if using tail as input (https://docs.fluentbit.io/manual/pipeline/inputs/tail). As FluentBit is running into a container in your virutal machine. Our config mounts your host file system / to /host. Every location that you write starts with /hostno/host/var/lib/docker/containers/*/*.log
fluentbit_matchpatternFluentBit match pattern. Use * if you want match all messages (https://docs.fluentbit.io/manual/concepts/key-concepts#match)no*
fluentbit_messageFluentBit message string that specifies the Key that contains the log message. (e.g., if using Tail messages automatically have the Key message)nolog
fluentbit_hostLogsight URL. Use logsight.ai for the web service, or 127.0.0.1 for an on-premise solutionnologsight.ai
fluentbit_portLogsight PORT. Use 443no443
fluentbit_configIf you want your own fluentbit config, use ONLY this entry to specifiy the file locationno""
namedescription
repositoryName of the repository.