Emacs major mode for editing Splunk SPL source code.
For interacting with a Splunk server in Emacs, see paimon
and pepita
.
See also: logscale-mode
.
splunk-mode
is available on MELPA (as of melpa/melpa#9005). Using MELPA to install splunk-mode
is the recommended way to use this package. You will need to:
- Enable the MELPA repository
- Enable the package by adding the following lines to your Emacs init file (e.g.,
~/.emacs
):
(package-install 'splunk-mode)
(require 'splunk-mode)
To get the latest version of splunk-mode
, clone this repository and then use:
(add-to-list 'load-path "<path to splunk mode>")
(require 'splunk-mode)
If your research depends on splunk-mode
, please consider giving us a formal citation: citation.bib
.