Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StackStorm-Exchange/stackstorm-scalyr
StackStorm integration pack for Scalyr - blazing fast log management and observability.
https://github.com/StackStorm-Exchange/stackstorm-scalyr
Last synced: about 1 month ago
JSON representation
StackStorm integration pack for Scalyr - blazing fast log management and observability.
- Host: GitHub
- URL: https://github.com/StackStorm-Exchange/stackstorm-scalyr
- Owner: StackStorm-Exchange
- License: apache-2.0
- Created: 2019-07-18T23:11:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T22:26:23.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T05:22:59.781Z (4 months ago)
- Language: Python
- Homepage: https://scalyr.com
- Size: 41 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - stackstorm-scalyr - StackStorm integration pack for Scalyr - blazing fast log management and observability. (Python)
README
# Scalyr integration pack
Integrate with Scalyr - blazing fast logs management and observability, [www.scalyr.com](https://www.scalyr.com)
## Configuration
Copy the example configuration in scalyr.yaml.example to /opt/stackstorm/configs/scalyr.yaml and edit as required:
cp scalyr.yaml.example /opt/stackstorm/configs/scalyr.yaml
Find or create your api token at [https://www.scalyr.com/keys](https://www.scalyr.com/keys)
Place an API token to the config file at `/opt/stackstorm/configs/scalyr.yaml`. It should look like this:url: "https://app.scalyr.com/api"
# Or https://app.ap.scalyr.com/api for Scalyr EU environment
# url: "https://app.eu.scalyr.com/api"
token: "73ce4a24b5553d2e482ea8a8500e71b8ad4554f-"Reload configuration. Remember to do it every time when config is changed.
st2ctl reload --register-configs
You can also use a different API url or token for a specific action execution (aka override
default values from the config on action execution basis), by passing ``api_url`` / ``token``
parameter to the action.## Actions
* ``scalyr.query`` - Run a Scalyr search query.
* ``scalyr.power_query`` - Run a Scalyr power query.
* ``scalyr.timeseries_query`` - Run a single Scalyr timeseries query.
* ``scalyr.timeseries_queries`` - Run multiple Scalyr timeseries queries.## Configuring Scalyr Alarms to trigger StackStorm actions
... descriptions coming soon