CLI for the OpenFin Log Management Service
Project description
OpenFin Log Management CLI
Overview
The OpenFin Log Management CLI allows users to interact with the Log Management service via the command line. Apps that have log management enabled will have their logs encrypted and uploaded to the log management service after the RVM closes. This CLI can be used to list logs stored by app names and/or desktops, and to download and decrypt those log files so that the app provider can read and use them for debugging purposes.
Assumptions
The following are requirements for using the CLI tool:
- Python 2.7 must be installed.
- Run
pip install oflogto install the CLI tool.
Features
- List application names, and list desktop id's for a given app name.
- List logs for a given application.
- Download and decrypt zipped files from the log management service.
Getting started
File Structure
- openfin_log_cli.py: cli tool entry point.
- config.ini: file that contains default configuration information, including log manager url, api key, and private key file.
Configuration
Run oflog --configure and answer the prompts for base-url, api-key, and private-key to configure the cli. Configuration is stored in ~/.openfin/config.ini
Usage
All commands return JSON responses from the log management service.
All commands require at least the base url and the api key to be configured either in config.ini or the arguments --base-url or --api-key. For downloading logs, an RSA private key file in PEM form must also be configured in either config.ini or the argument --private-key.
If the aforementioned configuration items are provided both in the config.ini file and as a command line argument, the command line argument will take precedence.
Commands
oflog --get-app-names: list all the application names.oflog --get-app-desktops --app-name <name>: list all the desktops for a given app name.oflog --get-desktop-logs --app-name <name> --desktop-id <id>: list all the logs for a given app name / desktop combination.oflog --get-logs --app-name <name>: get all the logs for a given app name.oflog --download-log <log-id>: download a log with the given id and decrypt it with the provided private key file.
Other arguments
--start-date: causes--get-logsand--get-desktop-logsto only show logs past that start date.--end-date: causes--get-logsand--get-desktop-logsto only show logs before that end date. Can be used in conjunction with--start-date.--private-key: location of RSA private key in PEM form, used to decrypt logs. This flag overrides the private key set in config.ini.--base-url: base url for api calls. This flag overrides the url set in config.ini.--api-key: api key for api calls. This flag overrides the api key set in config.ini.--version: shows the version of the CLI tool.--help: shows descriptions of commands and arguments.
Contributing
This is an open source project and all are encouraged to contribute.
Development
You can test any changes that you make locally by substituting oflog by running the openfin_log_cli.py file (e.g. calling the CLI like so: python log_manager_cli\openfin_log_cli.py <args>).
License
This project uses the Apache2 license. By downloading OpenFin, you agree to the terms of our Developer License.
Support
Please enter an issue in the repo for any questions or problems. Alternatively, please contact us at support@openfin.co
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oflog-0.2.0.tar.gz.
File metadata
- Download URL: oflog-0.2.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4e6a2d11d7bc316d52ce7e251e6265ea424e5b9187253dfc7532009dc509b77
|
|
| MD5 |
83dc34db3b337e8d512819e3bc0886b4
|
|
| BLAKE2b-256 |
43097c126fc7b13f6944edc1ddbe70691d4ea01af99f923395dda1798dfc1c67
|
File details
Details for the file oflog-0.2.0-py2-none-any.whl.
File metadata
- Download URL: oflog-0.2.0-py2-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b3a6ca10aca7ee23aa43700b484ffd6ac22fdf527bfebcf5077e6c5369b3e1a
|
|
| MD5 |
48f138784c281734e9045cfc03790485
|
|
| BLAKE2b-256 |
d08ac76008fe29506d4e624b5df10e3e5dbefe4428f9aec3af598e8d7067a640
|