Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

Introduciton

jobcomp/elasticsearch is a SLURM job completion plugin that inserts the information related to finished jobs (COMPLETED, CANCELLED, FAILED, TIMEOUT or NODE_FAIL) in a custom ElasticSearch server.

If data can't be indexed for whatever reason (server not reachable, index in readonly mode, etc.), the plugin saves the job information in a state file for future retries.

It is a good idea to have a web layer over your ElasticSearch server, such as Kibana, in order to visualize the data.

Note that the plugin has libcurl-devel library as a dependency, so you can use these two configure options:

--with-libcurl (used by default, so not necessary)
--without-libcurl

Here you can find some Screenshots.

Please, see the INSTALL.md file for installation instructions.

Any suggestions are more than welcome to [email protected]