Skip to content

jakewilliami/splunk-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splunk-mode

MELPA Status MELPA Stable Status Build Status

Emacs major mode for editing Splunk SPL source code.

example of syntax highlighting with splunk-mode

For interacting with a Splunk server in Emacs, see paimon and pepita.

See also: logscale-mode.

Installation

Installing from MELPA

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:

  1. Enable the MELPA repository
  2. Enable the package by adding the following lines to your Emacs init file (e.g., ~/.emacs):
(package-install 'splunk-mode)
(require 'splunk-mode)

Installing from Source

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)

Citation

If your research depends on splunk-mode, please consider giving us a formal citation: citation.bib.