https://github.com/philips-labs/hsplogs
https://github.com/philips-labs/hsplogs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philips-labs/hsplogs
- Owner: philips-labs
- License: apache-2.0
- Created: 2021-12-13T11:36:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T14:19:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T10:17:22.470Z (8 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hsplogs
## Usage
```
Options:
--version Show version number [boolean]
--iam, -i IAM Endpoint
[string] [default: "iam-client-test.us-east.philips-healthsuite.com"]
--client, -c OAuth2 client credential [string] [required]
--user, -u User Name with access to Logs [string] [required]
--pass, -w Password [string] [required]
--log, -l Log Query Endpoint
[string] [default: "logquery-client-test.us-east.philips-healthsuite.com"]
--product, -p Logging product to query [string] [default: "hsdpcdralcon"]
--message, -m Log message pattern [string]
--begin, -b Beginning timestamp [required]
--end, -e Ending timestamp [default: "2021-12-13T11:49:11.446Z"]
--interval, -v Interval used to paginate requests [number] [default: 300000]
--help Show help [boolean]
```## Examples
`npx hsplogs -c 'Base64 encoded ' -u 'hsp_login@noname.cc' -w '' -p ' -m 'message pattern' -b '2021-12-01T00:00:00Z'`