An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Fifemon User Jobs Table](src/img/jobs_table_icon_large.png)

# userjobs

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

# screenshots

![Active Jobs](src/img/active_jobs.png)
![Completed Jobs](src/img/completed_jobs.png)
![Active Jobs with custom filter](src/img/active_jobs_filtered.png)
![Panel options](src/img/options.png)

# 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