Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

For application monitoring and log visualization of API nodes, we recommend Splunk - the free license should be sufficient for most uses.

...

Other than application performance monitoring, Infinit.e will run functionally identically with our without Splunk. Splunk is not used for any of the ingest, search, analysis, aggregation, or visualization components.

Note also that the DB nodes do not use Splunk at all.

Splunk is not bundled with any of the Infinit.e RPMs (it is a commercial piece of software, not Open Source). It should ideally be installed before the config RPM (follow the instructions on the web site). If the config Config RPM is installed first, then it must be re-installed after Splunk (eg "rpm -U --force"). Note that Splunk must then be started manually ("/opt/splunk/bin/splunk start") so that the EULA can be accepted.

Installing infinit.e-config

To install from the Ikanow repo, simply run:

Code Block
yum install infinit.e-config

For offline installs:

Within terminal navigate to the directory that contains the infint.e-config RPM and type the following command to start the installation process:

Code Block
yum --disablerepo=* localinstall infinit.e-config-*.rpm --nogpgcheck

...