https://github.com/fifemon/userjobs-panel
Grafana panel plugin for custom elasticsearch aggregation tables
https://github.com/fifemon/userjobs-panel
Last synced: about 1 year ago
JSON representation
Grafana panel plugin for custom elasticsearch aggregation tables
- Host: GitHub
- URL: https://github.com/fifemon/userjobs-panel
- Owner: fifemon
- License: mit
- Created: 2016-06-28T01:10:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T19:06:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T01:47:18.403Z (over 1 year ago)
- Language: JavaScript
- Size: 862 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# userjobs
Display aggregate summaries of documents from an Elasticsearch table.
Columns and aggregations are currently hardcoded and specific for Fifemon.
# screenshots




# Changelog
## 0.3.2
* Update for Grafana 5 (user datasource.post() instead of _post())
## 0.3.1
* Update for Grafana 4.5 (change rangeRaw to range.raw)
* Add "Show requests" option to show and highlight resource requests
## 0.3.0
* Group DAGman jobs
## 0.2.1
* Fix time display to 24-hour and add timezone offset
## 0.2.0
* Set `lowercase_expanded_terms: false` in query since we are querying against `not_analyzed` fields.
* Fixed README and icons
* Add screenshots