Prerequisites
To send messages from AxoSyslog to Elasticsearch, complete the following steps.
Steps:
-
Download and install the Java Runtime Environment (JRE), 2.x (or newer). The AxoSyslog
elasticsearch2
destination is tested and supported when using the Oracle implementation of Java. Other implementations are untested and unsupported, they may or may not work as expected. -
Note This step is only required if you use the
elasticsearch2
destination in node mode or transport mode.Download the Elasticsearch libraries (version 2.x or newer from the 2.x line) from https://www.elastic.co/downloads/elasticsearch.
-
Note This step is only required if you use the
elasticsearch2
destination in node mode or transport mode.Extract the Elasticsearch libraries into a temporary directory, then collect the various
.jar
files into a single directory (for example,/opt/elasticsearch/lib/
) where AxoSyslog can access them. You must specify this directory in the AxoSyslog configuration file. The files are located in thelib
directory and its subdirectories of the Elasticsearch release package.