Splunk Installation Manual: Generated: 3/30/2011 03:50 PM
Splunk Installation Manual: Generated: 3/30/2011 03:50 PM
Version: 4.2
Reference............................................................................................................................................65
PGP Public Key........................................................................................................................65
File manifest.............................................................................................................................65
i
Welcome to the Splunk Installation Manual
What's in the Installation Manual
What's in the Installation Manual
Use this guide to find system requirements, licensing information, and procedures for installing or
migrating Splunk.
Note: If you want to install the Splunk universal forwarder, see the Distributed Deployment manual:
"Universal forwarder deployment overview". Unlike Splunk heavy and light forwarders, which are just
full Splunk instances with some features disabled, the universal forwarder is an entirely separate
executable, with its own set of installation procedures. For an introduction to forwarders, see "About
forwarding and receiving".
You can use the table of contents to the left of this panel, or simply search for what you want in the
search box in the upper right.
If you're interested in more specific scenarios and best practices, you can visit the Splunk Community
Wiki to see how other users Splunk IT.
Make a PDF
If you'd like a PDF of any version of this manual, click the pdf version link above the table of
contents bar on the left side of this page. A PDF version of the manual is generated on the fly for you,
and you can save it or print it out to read later.
System requirements
System requirements
Before you download and install the Splunk software, read the following sections for the supported
system requirements. If you have ideas or requests for new features to add to future releases, email
Splunk Support. Also, you can follow our Product Roadmap.
Refer to the download page for the latest version to download. Check the release notes for details on
known and resolved issues.
For a discussion of hardware planning for deployment, check out the topic on capacity planning in
this manual.
Supported OSes
1
• FreeBSD 6.1 and 6.2 (x86: 32 and 64-bit)
• Windows Server 2003/2003 R2 (64-bit, supported but not recommended on 32-bit)
• Windows Server 2008/2008 R2 (64-bit, supported but not recommended on 32-bit)
• Windows XP (32-bit)
• Windows Vista (32-bit, 64-bit)
• Windows 7 (32-bit, 64-bit)
• MacOSX 10.5 and 10.6 (32-bit & 64bit in one download, 10.6 is only supported in 32-bit
mode)
• AIX 5.2, 5.3, and 6.1
• HP-UX 11iv2 (11.22) and 11iv3 (11.31) (PA-RISC or Itanium, gnu tar is required to unpack
the tar.gz archive)
FreeBSD 7.x
To run Splunk 4.x on 32-bit FreeBSD 7.x, install the compat6x libraries. Splunk Support will supply
"best effort" support for users running on FreeBSD 7.x. For more information, refer to this Community
wiki topic.
Fedora Core 13
Users of Fedora Core 13 must be sure to update glibc to 2.12-2 or higher (released 2010-06-07) to
resolve a glibc memory allocator bug - https://bugzilla.redhat.com/show_bug.cgi?id=594784 The
symptom of the glibc-2.12-1 problem are program crashes with the message 'invalid fastbin entry
(free)'. This is only expected to affect the 32 bit splunk build, but as it will likely cause crashes in
system tools as well, the update is recommended for all Fedora Core 13 splunk users, 32bit and
64bit.
Splunk expects configuration files to be in ASCII/UTF-8. If you are editing or creating a configuration
file on an OS that is non-UTF-8, you must ensure that the editor you are using is configured to save
in ASCII/UTF-8.
Supported browsers
Recommended hardware
For a discussion of hardware planning for production deployment, check out the topic on
capacity planning in this manual.
2
Note: Running Splunk in virtual machine (VM) mode on any platform will degrade performance.
Minimum supported
Platform Recommended hardware capacity/configuration
hardware capacity
Non-Windows 2x quad-core Xeon, 3GHz, 8GB RAM, RAID 1+0 or 1x1.4 GHz CPU, 1 GB
platforms 0, with a 64 bit OS installed. RAM
Windows 2x quad-core Xeon, 3GHz, 8GB RAM, RAID 1+0 or Pentium 4 or equivalent at
platforms 0, with a 64 bit OS installed. 2Ghz, 2GB RAM
Note: Be certain that your data reliability needs are met by a RAID 0 configuration before deploying a
Splunk indexer on RAID 0.
• All configurations other than universal and light forwarder instances require at least the
recommended hardware configuration.
• The minimum supported hardware guidelines are designed for personal use of Splunk.
Important: For all installations including forwarders, a minimum of 2GB hard disk space for your
Splunk installation is required in addition to the space required for your index. Refer to this topic
on estimating your index size requirements in this manual for some planning information.
NFS is usually a poor choice for Splunk indexing activity, for reasons of performance, resilience, and
semantics. In environments with very high bandwidth, very low latency links, that are kept highly
reliable, it can be an appropriate choice. Typically, this is a NAS accessed via the NFS protocol.
Note: Several other file systems are supported. If you run Splunk on a filesystem that is not listed
above, Splunk may run a startup utility named locktest. Locktest is a program that tests the start
up process. If locktest runs and fails, the filesystem is not suitable for running Splunk.
3
Note: On FreeBSD, mounting as nullfs is not supported.
32 and 64-bit architectures are supported for some platforms. See the download page page for
details.
Splunk is simple to deploy by design. By using a single software component and easy to understand
configurations, Splunk can coexist with existing infrastructure or be deployed as a universal platform
for accessing IT data.
The simplest deployment is the one you get by default when you install Splunk: indexing and
searching on the same server. Data comes in from the sources you've configured, and you log into
Splunk Web or the CLI on this same server to search, monitor, alert, and report on your IT data.
Depending on your needs, you can also deploy components of Splunk on different servers to address
your load and availability requirements. This section introduces the types of components. For a more
thorough introduction, see the Distributed Deployment manual, particularly the topic, "Scale your
deployment: Splunk components".
Indexer
Splunk indexers, or index servers, provide indexing capability for local and remote data and host the
primary Splunk datastore, as well as Splunk Web. Refer to "How indexing works" in the Admin
Manual for more information.
Search peer
A search peer is an indexer that services requests from search heads in a distributed search
deployment. Search peers are also sometimes referred to as indexer nodes.
Search head
A search head is a Splunk instance configured to distribute searches to indexers, or search peers.
Search heads can be either dedicated or not, depending on whether they also perform indexing.
Dedicated search heads don't have any indexes of their own (other than the usual internal indexes).
Instead, they consolidate results originating from remote search peers.
See distributed search to configure a search head to search across a pool of indexers.
Forwarder
Forwarders are Splunk instances that forward data to remote indexers for indexing and storage. In
most cases, they do not index data themselves. Refer to the documentation on setting up a
forwarder.
4
Deployment server
Both indexers and forwarders can also act as deployment servers. A deployment server distributes
configuration information to running instances of Splunk via a push mechanism which is enabled
through configuration. Refer to the documentation on setting up a Splunk instance as a deployment
server.
Functions at a glance
Deployment
Functions Indexer Search head Forwarder
server
Indexing x
Web x
Direct search x
Forward to indexer x
Deploy configurations x x x
Hardware capacity planning for your Splunk deployment
Hardware capacity planning for your Splunk deployment
Splunk is a very flexible product that can be deployed to meet almost any scale and redundancy
requirement. However, that doesn't remove the need for care and planning. This article discusses
high level considerations for Splunk deployments, including sizing and availability.
After you've worked through the general layout of your Splunk search topology, the other sections in
this document can explain more thoroughly how to implement them, along with the formal Admin
guide for Splunk.
Reference hardware
For the purposes of this discussion this will be our single server unit. Note that the only exceptional
item here is the disk array. Splunk is often constrained by disk I/O first, so always consider that first
when selecting your hardware.
Performance checklist
The first step to deciding on a reference architecture is sizing - can your Splunk handle the load? For
the purposes of this guide we assume that managing forwarder connections and configurations (but
not their data!) to be free. Therefore we need to look at index volume and search load.
5
Question 1: Do you need to index more than 2GB per day?
If the answer to both questions is 'NO' then your Splunk instance can safely share one of the above
servers with other services, with the caveat that Splunk be allowed sufficient disk I/O on the shared
box. If you answered yes, continue.
If the answer to both questions is 'NO', then a single dedicated Splunk server of our reference
architecture should be able to handle your workload.
You can generally safely use this simple calculation method. If you want to base your calculation on
the specific type(s) of data that you'll be feeding into Splunk, you can use the method described in
"Estimating your storage requirements" in this manual.
Splunk can generally, including indexes, store raw data at approximately half the original size thanks
to compression. Given allowances for operating system and disk partitioning, that suggests about
500GB of usable space. In practical terms, that's ~6 months of fast storage at 5GB/day, or 10 days at
100GB/day.
If you need more storage, you can either opt for more local disks for fast access (required for frequent
searching) or consider attached or network storage (acceptable for occasional searching).
Low-latency connections over NFS or CIFS are acceptable for searches over long time periods where
instant search returns can be compromised to lower cost per GB. Shares mounted over WAN
connections and standby storage such as tape are never acceptable.
If you have requirements greater than 100GB/day or 4 concurrent users, you'll want to leverage
Splunk's scale-out capabilities. That involves using distributed search to run searches in parallel
across multiple indexers at once, and possibly load balancing the incoming data with load-balanced
Splunk forwarders.
Also, at this scale it is very likely that you'll have high availability or redundancy requirements,
covered in greater detail below.
If you do not - meaning you are between 100GB/day and 300GB/day - you should be able to use
multiple dual-purpose Splunk boxes that search across each other. In this type of distributed search,
each Splunk box functions as both a search head and a search peer.
6
Example of a search user searching on one Splunk instance and having their search distributed t
Additional considerations
• You can use a third party load balancer to assign users to different Splunk instances.
• The recommended best practice for Splunk forwarder management is to use auto load
balancing. For details on auto load balancing, see "Set up load balancing" in the Distributed
Deployment manual.
• You can use the Splunk deployment server to propagate Splunk apps and user preferences
between instances. For details, see "About deployment server" in the Distributed Deployment
manual.
• If you need more than 4 concurrent search users per server this deployment is not
appropriate. For example, if you have 2 reference servers but need more than 8 search users.
For deployments of 300GB/day or larger, consider a three-tier Splunk deployment. In this model,
search is separated from index by creating dedicated search heads -- instances of Splunk that only
do searching. That allows for more efficient use of hardware, and to scale search usage (mostly)
independently of index volume.
Example Splunk distributed topology. This example could handle up to 400GB/day and 8 concurrent
At daily volumes above 300GB/day, it makes sense to slightly modify our reference hardware to
reflect the differing needs of indexers and search heads. Dedicated search heads do not need disk
I/O, nor much local storage. However they are far more CPU bound than indexers. Therefore we can
7
change our recommendations to:
Given that a search head will be CPU bound, if fewer, more performant servers are desired, adding
more and faster CPU cores is best.
Note: The guideline of 1 core per active user still applies. Don't forget to account for scheduled
searches in your CPU allowance as well.
Indexer
The indexers will be busy both writing new data and servicing the remote requests of search heads.
Therefore disk I/O is the primary bottleneck.
At these daily volumes, likely local disk will not provide cost effective storage for the time frames that
speedy search is desired, suggesting fast attached storage or networked storage. While there are too
many types of storage to be prescriptive, here are guidelines to consider:
Therefore...
Technically, there is no practical Splunk limitation on the number of search heads an indexer can
support, or the number of indexers a search head can search against. However systems limitations
suggest a ratio of approximately 8 to 1 for most use cases. That is a rough guideline however; if you
have many searchers compared to your total data volume, more search heads make sense, for
8
example. In general, the best use of a separate search head is to populate summary indexes. This
search head will then act like an indexer to the primary search head that users log into.
A common question for a large deployment is: how do I account for many concurrent users? Let's
take as an example a system that may have at peak times 48 concurrent searches. The short answer
is that we can accommodate 48 simultaneous searches on a cluster of indexers and search heads
where each machine has enough RAM to prevent swapping. Assuming that each search takes
200MB of RAM per system, that is roughly 10GB additional RAM (beyond indexing requirements).
This is because CPU will degrade gracefully with more concurrent jobs but once the working set of
memory for all processes exceeds the physical RAM, performance drops catastrophically with
swapping.
The caveat here is that a search's run time will be longer in proportion to the number of free cores
when no searches were running. For example, suppose the indexers were doing nothing before the
searches arrived and have 8 cores each. Suppose the first (of identical searches) takes 10s to
complete. Then the first 8 searches will each take 10s to complete since there is no contention.
However, since there are only 8 cores, if there are 48 searches running, each search will take 48/8 =
6x longer than if only 1-8 searches were running. So now, every search takes ~1 minute to complete.
This leads to the observation that the most important thing to do here is add indexers. Indexers do
the bulk of the work in search (reading data off disk, decompressing it, extracting knowledge and
reporting). If we want to return to the world of 10s searches, we use 6 indexers (one search head is
probably still fine, though it may be appropriate to set aside a search head for summary index
creation) and searches 1-8 now take 10/6 = 1.6s and with 48 searches, each takes 10s.
Unfortunately, the system isn't typically idle before searches arrive. If we are indexing 150 GB/day, at
peak times, we probably are using 4 of the 8 cores doing indexing. That means that the first 4
searches take 10s, and having 48 searches running takes 48/4 = 12x longer, or 2 min to complete
each.
Now one might say: let me put sixteen cores per indexer rather than eight and avoid buying some
machines. That makes a little bit of sense, but is not the best choice. The number of cores doesn't
help searches 1-16 in this case; they still take 10s. With 48 searches, each search will take 48/16 =
3x longer, which is indeed better than 6x. However, it's usually not too much more expensive to buy
two 8 core machines, which has advantages: the first few searches will now just take 5s (which is the
most common case) and we now have more aggregate I/O capacity (doubling the number of cores
does nothing for I/O, adding servers does).
The lesson here is to add indexers. Doing so reduces the load on any system from indexing, to free
cores for search. Also, since the performance of almost all types of search scale with the number of
indexers, searches will be faster, which mitigates the effect of slowness from resource sharing.
Additionally making every search faster, we will often avoid the case of concurrent searches with
concurrent users. In realistic situations, with hundreds of users, each user will run a search every few
minutes, though not at the exact same time as other users. By reducing the search time by a factor of
6 (by adding more indexers), the concurrency factor will be reduced (not necessarily by 6x, but by
some meaningful factor). This in turn, lowers the concurrency related I/O and memory contention.
9
Summary of performance recommendations
2GB/day to
up to 4 1 N/A
100GB/day
200GB/day up to 8 2 1
300GB/day up to 12 3 1
400GB/day up to 8 4 1
500GB/day up to 16 5 2
1TB/day up to 24 10 2
Many Splunk deployments require some form of redundancy, either to protect the data from loss or
the search service from outage - and sometimes both. In general Splunk's solution to this problem is
a straightforward matter of data duplication, however we will look at three specific deployment
possibilities.
Data duplication
The easiest method of ensuring data will not be lost is to have two original artifacts made by cloning
data coming from Splunk forwarders.
In this approach, the data is duplicated and available instantly, should you need to cut over to the
stand-by Splunk instance. Note that while you can simply have one Splunk instance forward to the
10
next Splunk (as shown here for the offsite location) to save on network usage, there is a risk on hard
shutdown of the last few events not being sent on. If that is acceptable, the topology can be even
simpler.
High availability
The goal of a high availability deployment is both data survivability and service uptime. To
accommodate this kind of deployment, you need to duplicate both the data and the physical hardware
providing service, not unlike other web based applications. Also, redundancy needs to be considered
for all three tiers of service - searching, indexing, and forwarding.
In this topology, there are two data complete functional groups. In the picture both groups are
servicing search requests to optimize hardware costs; the second infrastructure could be idle to
ensure neither disruption nor degradation of search services.
• Search heads can be load-balanced to allow for user redirection should one go down
• As long as there is at least one indexer up in a clone group, the dataset remains intact
♦ So long as the surviving indexers can handle the load; it is recommended to stop
searching against a degraded group to ensure it doesn't fall behind
Performance considerations
Splunk has three primary roles - indexer, searcher and forwarder. In many cases a single Splunk
instance performs both indexing and searching. Although a Splunk indexer can also perform
forwarding, in most cases, it makes more sense to use a separate Splunk instance, the universal
forwarder, to handle forwarding. All roles have their own performance requirements and bottlenecks.
As you can see, disk I/O is frequently the limiting factor in Splunk performance. It deserves extra
consideration in your planning. That also makes Splunk a poor virtualization candidate, unless
dedicated disk access can be arranged.
11
CPU
Disk I/O
Memory
Total storage
Based on these estimates, this machine will be disk IO bound' if there are too many active users or
too many searches per user. That is the most likely limitation for this hardware, possibly followed by
CPU if the searches are highly computational in nature, such as many uses of stats or eval
commands in a single search.
Applied performance
With the information above, it is possible to estimate required hardware for most Splunk use cases by
considering the following:
Note that not all search users consume the same amount of resources. While their are in depth
guides for search cost analysis available here, consider these very rough guidelines.
12
• Executive users with many dashboards and summaries require both CPU and disk I/O
• Operations users searching over recent and small datasets require less resources
• Forensic and compliance users searching over long timeframes require disk I/O
• Alerting and scheduled searches over short timeframes are inexpensive; over long timeframes
potentially very expensive.
Answers
Have questions? Visit Splunk Answers to see what questions and answers other Splunk users had
about hardware and Splunk.
This topic describes how to estimate the size of your Splunk index on disk and associated data so
that you can plan your storage capacity requirements.
When Splunk indexes your data, the resulting data falls into two basic categories: the compressed
raw data that is persisted and the indexes that point to this data. With a little experimentation, you can
estimate how much disk space you will need.
Typically, the compressed, persisted data that Splunk extracts from your data inputs amounts to
approximately 10% of the raw data that comes into Splunk. The indexes that are created to access
this data can be anywhere from 10% to 110% of the size of the data that comes in. This value is
affected strongly by how many unique terms occur in your data. Depending on the characteristics of
your data, you might want to tune your segmentation settings later on. For an introduction to how
segmentation works and how it affects your index size, you can also watch this video on
segmentation by one of Splunk's lead developers.
The best way to get an idea of your index size is to experiment by installing a test copy of Splunk
somewhere and indexing a representative sample of your data, and then checking the sizes of the
resulting directories defaultdb.
1. Go to $SPLUNK_HOME/var/lib/splunk/defaultdb/db.
2. Run du -shc hot_v*/rawdata to determine how large the compressed persisted raw data is.
3. Run du -ch hot_v* and look at the last total line to see the size of the index.
This is the persisted data to which the items in the index point. Typically, this file's size is about 10%
of the size of the sample data set you indexed.
13
On Windows systems, follow these steps
4. Next, run for /d %i in (hot_v*) do dir /s %i, the summary of which is the size of the
index.
This is the total size of the index and associated data for the sample you have indexed. You can now
use this to extrapolate the size requirements of your Splunk index and rawdata directories over
time.
Answers
Have questions? Visit Splunk Answers to see what questions and answers other Splunk users had
about data sizing.
This topic discusses Splunk's internal architecture and processes at a high level. If you're looking for
information about third-party components used in Splunk, refer to the credits section in the Release
notes.
Processes
A Splunk server runs two processes on your host, splunkd and splunkweb:
• splunkd is a distributed C/C++ server that accesses, processes and indexes streaming IT
data. It also handles search requests. splunkd processes and indexes your data by
streaming it through a series of pipelines, each made up of a series of processors.
♦ Pipelines are single threads inside the splunkd process, each configured with a single
snippet of XML.
♦ Processors are individual, reusable C or C++ functions that act on the stream of IT
data passing through a pipeline. Pipelines can pass data to one another via queues.
splunkd supports a command line interface for searching and viewing results.
• splunkweb is a Python-based application server based on CherryPy that provides the Splunk
Web user interface. It allows users to search and navigate IT data stored by Splunk servers
and to manage your Splunk deployment through a Web interface.
splunkweb and splunkd can both communicate with your Web browser via REST:
• splunkd also runs a Web server on port 8089 with SSL/HTTPS turned on by default.
14
• splunkweb runs a Web server on port 8000 without SSL/HTTPS by default.
Architecture diagram
Splunk takes in data from sources you designate and processes it so that you can analyze it in
Splunk. We call this process "indexing". For information about the exact indexing process, refer to
"What Splunk does with your data" in the Getting Data In Manual.
Splunk licenses specify how much data you can index per day.
Before you install Splunk, be sure to review the system requirements and ensure that you've
downloaded the right installation package for your system.
If you're installing Splunk on a Windows system, make sure that any anti-virus software is turned off.
You can enable it again after the install is done, but be sure to configure it so that it doesn't attempt to
scan either the Splunk installation directory, or any file accesses by Splunk processes (basically, any
process that begins with "splunk".)
15
If you're upgrading from an earlier version of Splunk, review the information in "About upgrading to
4.2: READ THIS FIRST" before proceeding.
16
Step by step installation procedures
Choose your platform
Choose your platform
• Windows
• Windows commandline instructions
• Linux
• Solaris
• MacOS
• FreeBSD
• AIX
• HP-UX
Install on Windows
Install on Windows
This topic describes the procedure for installing on Windows using the GUI installer. More options are
available for installation (such as silent installation) if you install from the command line.
Important: Running the 32-bit version of Splunk for Windows on a 64-bit platform is not
recommended. If you attempt to run the 32-bit installer on a 64-bit system, the installer will warn you
of this.
If you can run 64-bit Splunk on 64-bit hardware, we strongly recommend it. The performance is
greatly improved over the 32-bit version.
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migration considerations before proceeding.
Splunk's indexing subsystem requires lots of disk I/O bandwidth. Anti-virus software - or any software
with a device driver that intermediates between Splunk and the operating system - can rob Splunk of
processing power, causing slowness and even an unresponsive system.
It's extremely important to configure such software to avoid on-access scanning of Splunk installation
directories and processes, before starting a Splunk installation.
When you run the Splunk Windows installer, you are given the option to select the user that Splunk
will run as.
17
If you install as the Local System user, Splunk will have access to all or nearly all of the important
information on your local machine. However, the Local System user has no privileges on other
Windows machines by design.
If you intend to do any of the following things, you must give Splunk a domain account:
The domain account you use must also be a member of the local Administrators group. This is
particularly important for installation on versions of Windows prior to Windows Server 2008 - failure to
give the Splunk account access to the local Administrators group can cause Splunk to fail to function
properly.
If you're not sure which account to run Splunk under, speak with your Windows domain administrator
about the best way to proceed. If you are the domain administrator, then start off by using an account
that has at most the permissions described here, and add rights as needed until you get the results
you want.
Important: If you decide to change the user Splunk runs as after you have installed, you must ensure
that the new user has the necessary resource access rights, and Full Control permissions to the
entire %SPLUNK_HOME% directory.
In the interests of security, Splunk strongly recommends that you create and place the Splunk
account into a domain group, and then place that group into local groups on member servers, when
assigning rights for the Splunk account. This helps maintain security integrity and makes it a lot
easier to control access in the event of a security breach or site-wide change.
The following is a list of the minimum local permissions required for the two Splunk services.
Depending on the sources of data you need to access, the Splunk account may need a significant
amount of additional permissions.
Required Local Security Policy user rights assignments for the splunkd service:
18
Required basic permissions for the splunkweb service:
Required Local Security Policy user rights assignments for the splunkweb service:
If you want to assign the policy settings shown above to all member servers in your AD domain, you
can define a Group Policy object (GPO) for these specific rights and deploy that GPO across the
domain or forest using the Domain Security Policy MMC snap-in (use the Domain Controller
Security Policy snap-in for domain controllers). The member servers in your domain will pick up the
changes either during the next scheduled AD replication cycle (usually every 2-3 hours), or at the
next boot time.
Remember that identical Local Security Policy user rights defined on a member server are
overwritten by the rights inherited from a GPO, and you can't change this setting. If you wish to retain
previously existing rights defined on your member servers, they'll also need to be assigned within the
GPO.
If you accidentally specify the wrong user the first time you install
If you specified the wrong user during the installation procedure, you'll see two popup error dialogs
telling you this. Complete the installation and then use these instructions to switch to the correct user.
You must not start Splunk before doing this.
The rights described above are the rights that the splunkd and splunkweb services specifically
invoke. Other rights may be required depending on your usage and what data you want to access.
Additionally, many user rights assignments and other Group Policy restrictions can prevent Splunk
from running. If you have issues, consider using a tool such as Process Monitor to troubleshoot your
environment.
You can use the GPRESULT command line tool or the Group Policy Management Console (GPMC) to
troubleshoot issues related to GPO application in your enterprise. As a last resort, you can revert to
running the splunkd service under a domain administrator or equivalent account.
19
Note: On each panel, you can click Next to continue, Back to go back a step, or Cancel to close the
installer.
3. Read the licensing agreement and select "I accept the terms in the license agreement". Click Next
to continue installing.
Note: Splunk is installed by default into \Program Files\Splunk on the system drive. Splunk's
installation directory is referred to as $SPLUNK_HOME or %SPLUNK_HOME% throughout this
documentation set.
4. Click Change... to specify a different location to install Splunk, or click Next to accept the default
value.
Splunk installs and runs two Windows services, splunkd and splunkweb. These services will be
installed and run as the user you specify on this panel. You can choose to run Splunk with Local
System credentials, or provide a specific account. That account should have local administrator
privileges, plus appropriate domain permissions if you are collecting data from other machines.
• Run as a service.
• Read whatever files you are configuring it to monitor.
• Collect performance or other WMI data.
• Write to Splunk's directory.
Note: If you install as the Local System user, some network resources will not be available to the
Splunk application. Additionally, WMI remote authentication will not work; this user has null
credentials and Windows servers normally disallow such connections. Only local data collection with
WMI will be available. Contact your systems administrator for advice if you are unsure what account
to specify.
If you specified the local system user, proceed to step 7. Otherwise, the Logon Information: specify
a username and password panel is displayed.
6. Specify a username and password to install and run Splunk and click Next.
Note: This must be a valid user in your security context. Splunk cannot start without a valid username
and password.
20
7. Click Install to proceed.
Caution: If you specified the wrong user during the installation procedure, you will see two popup
error windows explaining this. If this occurs, Splunk installs itself as the local system user by default.
Splunk will not start automatically in this situation. You can proceed through the final panel of the
installation, but uncheck the "Launch browser with Splunk" checkbox to prevent your browser from
launching. Then, use these instructions to switch to the correct user before starting Splunk.
8. If desired, check the boxes to Launch browser with Splunk and Create Start Menu Shortcut
now. Click Finish.
The installation completes, Splunk starts, and Splunk Web launches in a supported browser if you
checked the appropriate box.
Note: The first time you access Splunk Web after installation, login with the default username admin
and password changeme.
To access Splunk Web after you start Splunk on your machine, you can either:
or
Log in using the default credentials: username: admin and password: changeme.
The first time you log into Splunk successfully, you'll be prompted right away to change your
password. You can do so right then by entering a new password and clicking the Change password
button, or you can do it later by clicking the Skip button.
Note: If you do not change your password, remember that anyone who has access to the machine
can access your Splunk instance. Be sure to change the admin password as soon as possible and
make a note of what you changed it to.
What next?
If you want the Splunk Web service or the splunkd service to use a different port, you can change the
defaults.
21
From the %SPLUNK_HOME%\bin directory: splunk set web-port ####
Note: If you specify a port and that port is not available, or if the default port is unavailable, Splunk
will automatically select the next available port.
To avoid IE Enhanced Security pop-ups, add the following URLs to the allowed Intranet group or fully
trusted group in IE:
• quickdraw.splunk.com
• the URL of your Splunk instance
If you are performing a new installation of Splunk or switching from one license type to another, you
must install or update your license.
Uninstall Splunk
To uninstall Splunk, use the Add or Remove Programs option in the Control Panel.
What's next?
Review these topics in the Getting Data In Manual for info on adding Windows data to Splunk:
This topic describes the procedures for installing Splunk on Windows using the commandline.
Note: You can only run one Splunk instance per Windows host.
Important: Running the 32-bit version of Splunk for Windows on a 64-bit platform is not
recommended. If you run the 32-bit installer on a 64-bit system, the installer will warn you about this.
If you can run 64-bit Splunk on 64-bit hardware, we strongly recommend it. The performance is
greatly improved over the 32-bit version.
22
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migration considerations before proceeding.
In particular, be aware that changing the management or HTTP port during an upgrade is not
supported.
Splunk's indexing subsystem requires lots of disk I/O bandwidth. Anti-virus software - or any software
with a device driver that intermediates between Splunk and the operating system - can rob Splunk of
processing power, causing slowness and even an unresponsive system.
It's extremely important to configure such software to avoid on-access scanning of Splunk installation
directories and processes, before starting a Splunk installation.
When you run the Splunk Windows installer, you are given the option to select the user that Splunk
will run as.
If you install as the Local System user, Splunk will have access to all or nearly all of the important
information on your local machine. However, the Local System user has no privileges on other
Windows machines by design.
If you intend to do any of the following things, you must give Splunk a domain account:
The domain account you use must also be a member of the local Administrators group. This is
particularly important for installation on versions of Windows prior to Windows Server 2008 - failure to
give the Splunk account access to the local Administrators group can cause Splunk to fail to function
properly.
If you're not sure which account to run Splunk under, speak with your Windows domain administrator
about the best way to proceed. If you are the domain administrator, then start off by using an account
that has at most the permissions described here, and add rights as needed until you get the results
you want.
Important: If you decide to change the user Splunk runs as after you have installed, you must ensure
that the new user has the necessary resource access rights, and Full Control permissions to the
entire %SPLUNK_HOME% directory.
23
Security and remote access considerations
In the interests of security, Splunk strongly recommends that you create and place the Splunk
account into a domain group, and then place that group into local groups on member servers, when
assigning rights for the Splunk account. This helps maintain security integrity and makes it a lot
easier to control access in the event of a security breach or site-wide change.
The following is a list of the minimum local permissions required for the two Splunk services.
Depending on the sources of data you need to access, the Splunk account may need a significant
amount of additional permissions.
Required Local Security Policy user rights assignments for the splunkd service:
Required Local Security Policy user rights assignments for the splunkweb service:
If you want to assign the policy settings shown above to all member servers in your AD domain, you
can define a Group Policy object (GPO) for these specific rights and deploy that GPO across the
domain or forest using the Domain Security Policy MMC snap-in (use the Domain Controller
Security Policy snap-in for domain controllers). The member servers in your domain will pick up the
changes either during the next scheduled AD replication cycle (usually every 2-3 hours), or at the
next boot time.
Remember that identical Local Security Policy user rights defined on a member server are
overwritten by the rights inherited from a GPO, and you can't change this setting. If you wish to retain
previously existing rights defined on your member servers, they'll also need to be assigned within the
GPO.
If you accidentally specify the wrong user the first time you install
If you specified the wrong user during the installation procedure, you'll see two popup error dialogs
telling you this. Complete the installation and then use these instructions to switch to the correct user.
24
You must not start Splunk before doing this.
The rights described above are the rights that the splunkd and splunkweb services specifically
invoke. Other rights may be required depending on your usage and what data you want to access.
Additionally, many user rights assignments and other Group Policy restrictions can prevent Splunk
from running. If you have issues, consider using a tool such as Process Monitor to troubleshoot your
environment.
You can use the GPRESULT command line tool or the Group Policy Management Console (GPMC) to
troubleshoot issues related to GPO application in your enterprise. As a last resort, you can revert to
running the splunkd service under a domain administrator or equivalent account.
You can install Splunk for Windows using the MSI on the commandline by typing the following:
msiexec.exe /i Splunk.msi
This section lists the available flags for doing this, and provides a few examples of doing this in
various configurations.
Note: The first time you access Splunk Web after installation, log in with the default username admin
and password changeme.
Supported flags
The following is a list of the flags you can use when installing Splunk for Windows via the
commandline.
Use this flag to specify directory to install. Default is c:\program files\splunk. Splunk's
installation directory is referred to as $SPLUNK_HOME or %SPLUNK_HOME% throughout this
documentation set.
• INSTALLDIR="<directory_path>"
Use these flags to specify alternate ports for splunkd and splunkweb to use
• SPLUNKD_PORT=<port number>
25
• WEB_PORT=<port number>
Note: If you specify a port and that port is not available, Splunk will automatically select the next
available port.
Use these flags to specify whether or not Splunk should index a particular Windows event log.
Use these flags to specify whether or not Splunk should index the Windows Registry user hive
(HKEY_CURRENT_USER). By default, these are set to 0 (off).
• REGISTRYCHECK_U=1/0
• REGISTRYCHECK_BASELINE_U=1/0
Use these flags to specify whether or not Splunk should index the Windows Registry local machine
hive (HKEY_LOCAL_MACHINE.) By default, these are set to 0 (off).
• REGISTRYCHECK_LM=1/0
• REGISTRYCHECK_BASELINE_LM=1/0
Use these flags to specify which WMI performance information to index. These are set to 0 (off) by
default.
• WMICHECK_CPUTIME=1/0
• WMICHECK_LOCALDISK=1/0
• WMICHECK_FREEDISK=1/0
• WMICHECK_MEMORY=1/0
Use these flags to provide domain\username and password information for the user that Splunk will
run as. You must specify the domain with the username in the format "domain\username".
• LOGON_USERNAME="<domain\username>"
• LOGON_PASSWORD="<pass>"
Use SPLUNK_APP flag to specify an included Splunk application configuration to enable for this
installation of Splunk. Currently supported options for <SplunkApp> are: SplunkLightForwarder
and SplunkForwarder. These specify that this instance of Splunk will function as a light forwarder
or heavy forwarder, respectively. Refer to the documentation about forwarder configurations for more
information.
Important: The universal forwarder is not enabled from full Splunk; it is a separate downloadable
executable.
26
Note: If you specify either the Splunk forwarder or light forwarder here, you must also specify
FORWARD_SERVER="<server:port>".
• SPLUNK_APP=<SplunkApp>
Use this flag *only* when you are also using SPLUNK_APP to enable either the Splunk heavy or light
forwarder. Specify the server and port of the Splunk server to which this forwarder will send data.
• FORWARD_SERVER="<server:port>"
Use this flag to specify whether or not Splunk should be configured to start up automatically on
system boot. The default value is 1 (on).
• LAUNCHSPLUNK=0/1
Important: If you are enabling the Splunk forwarder, Splunk will start automatically; this cannot be
overridden.
Silent installation
To run the installation silently, add /quiet to the end of your installation command string. If your
system is running UAC (which is sometimes on by default) you must run the installation as
Administrator. To do this: when opening a cmd prompt, right click and select "Run As Administrator".
Then use this cmd window to run the silent install command.
Examples
Enable SplunkForwarder and specify credentials for the user Splunk will run as
Enable SplunkForwarder, enable indexing of the Windows System event log, and run the installer in silent mode
Where "<server:port>" are the server and port of the Splunk server to which this machine should
send data.
To access Splunk Web after you start Splunk on your machine, you can either:
27
or
Log in using the default credentials: username: admin and password: changeme . Be sure to change
the admin password as soon as possible and make a note of what you changed it to.
To avoid IE Enhanced Security pop-ups, add the following URLs to the allowed Intranet group or fully
trusted group in IE:
• quickdraw.splunk.com
• the URL of your Splunk instance
If you are performing a new installation of Splunk or switching from one license type to another, you
must install or update your license.
Uninstall Splunk
To uninstall Splunk, use the Add or Remove Programs option in the Control Panel.
What's next?
You can also review this topic about considerations for deciding how to monitor Windows data in the
Getting Data In manual.
Install on Linux
Install on Linux
You can install Splunk on Linux using RPM or DEB packages, or a tarball.
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migation considerations before proceeding.
rpm -i splunk_package_name.rpm
28
To install Splunk in a different directory, use the --prefix flag:
rpm -U splunk_package_name.rpm
To upgrade an existing Splunk installation that was done in a different directory, use the --prefix
flag:
If you want to automate your RPM install with kickstart, add the following to your kickstart file:
dpkg -i splunk_package_name.deb
Note: You can only install the Splunk DEB package in the default location, /opt/splunk.
Tarball install
To install Splunk on a Linux system, expand the tarball into an appropriate directory. The default
install directory is /opt/splunk.
• Splunk does not create the splunk user automatically. If you want Splunk to run as a specific
user, you must create the user manually.
• Be sure the disk partition has enough space to hold the uncompressed volume of the data you
plan to keep indexed.
dpkg --list
29
Start Splunk
Splunk can run as any user on the local system. If you run Splunk as a non-root user, make sure that
Splunk has the appropriate permissions to read the inputs that you specify. Refer to the instructions
for running Splunk as a non-root user for more information.
To start Splunk from the command line interface, run the following command from
$SPLUNK_HOME/bin directory (where $SPLUNK_HOME is the directory into which you installed
Splunk):
./splunk start
Startup options
The first time you start Splunk after a new installation, you must accept the license agreement. To
start Splunk and accept the license in one step:
2. Splunk Web prompts you for login information (default, username admin and password
changeme) before it launches. If you switch to Splunk Free, you will bypass this logon page in future
sessions.
What's next?
Uninstall Splunk
Use your local package management commands to uninstall Splunk. In most cases, files that were
not originally installed by the package will be retained. These files include your configuration and
index files which are under your installation directory.
If you can't use package management commands, follow the instructions for manually uninstalling
Splunk components.
30
RedHat Linux
rpm -e splunk_product_name
Debian Linux
dpkg -r splunk
dpkg -P splunk
Install on Solaris
Install on Solaris
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migation considerations before proceeding.
Install Splunk
The PKG installation package includes a request file that prompts you to answer a few questions
before Splunk installs.
pkgadd -d ./splunk_product_name.pkg
To upgrade an existing Splunk installation using a PKG file, use the same command line as you
would for a fresh install.
pkgadd -d ./splunk_product_name.pkg
31
You will be prompted to overwrite any changed files, answer yes to every one.
To run the upgrade silently (and not have to answer yes for every file overwrite), type:
pkgadd -n -d ./splunk_product_name.pkg
Tarball install
To install Splunk on a Solaris system, expand the tarball into an appropriate directory. By default,
Splunk installs into /opt/splunk/.
• Splunk does not create the splunk user automatically. If you want Splunk to run as a specific
user, you must create the user manually.
• Be sure the disk partition has enough space to hold the uncompressed volume of the data you
plan to keep indexed.
pkginfo -l splunk
pkginfo
Start Splunk
Splunk can run as any user on the local system. If you run Splunk as a non-root user, make sure that
Splunk has the appropriate permissions to read the inputs that you specify. For more information,
refer to the instructions on running Splunk as a non-root user.
To start Splunk from the command line interface, run the following command from
$SPLUNK_HOME/bin directory (where $SPLUNK_HOME is the directory into which you installed
Splunk):
./splunk start
Startup options
The first time you start Splunk after a new installation, you must accept the license agreement. To
start Splunk and accept the license in one step:
32
$SPLUNK_HOME/bin/splunk start --accept-license
2. Splunk Web prompts you for login information (default, username admin and password
changeme) before it launches. If you switch to Splunk Free, you will bypass this logon page in future
sessions.
What's next?
Uninstall Splunk
Use your local package management commands to uninstall Splunk. In most cases, files that were
not originally installed by the package are retained. These files include your configuration and index
files which are under your installation directory.
pkgrm splunk
Install on Mac OS
Install on Mac OS
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migation considerations before proceeding.
Installation options
The Mac OS build comes in two forms: a DMG package and a tarball. Below are instructions for the:
• Graphical (basic) and command line installs using the DMG file.
• Tarball install.
Note: if you require two installations in different locations on the same host, use the tarball. The pkg
installer cannot install a second instance. If one exists, it will remove it upon successful install of the
second.
33
Graphical install
The Splunk installer opens and displays the Introduction, which lists version and copyright
information.
3. Click Continue.
5. Click Continue.
6. Click Install.
hdid splunk_package_name.dmg
2. To Install
34
-target specifies a target volume, such as another disk, where Splunk will be installed in
/Applications/splunk.
To install into a directory other than /Applications/splunk on any volume, use the graphical
installer as described above.
Tarball install
To install Splunk on a Mac OS, expand the tarball into an appropriate directory. The default install
directory is /Applications/splunk.
• Splunk does not create the splunk user automatically. If you want Splunk to run as a specific
user, you must create the user manually.
• Be sure the disk partition has enough space to hold the uncompressed volume of the data you
plan to keep indexed.
Start Splunk
Splunk can run as any user on the local system. If you run Splunk as a non-root user, make sure that
Splunk has the appropriate permissions to read the inputs that you specify.
To start Splunk from the command line interface, run the following command from
$SPLUNK_HOME/bin directory (where $SPLUNK_HOME is the directory into which you installed
Splunk):
./splunk start
Startup options
The first time you start Splunk after a new installation, you must accept the license agreement. To
start Splunk and accept the license in one step:
35
2. Splunk Web prompts you for login information (default, username admin and password
changeme) before it launches. If you switch to Splunk Free, you will bypass this logon page in future
sessions.
What's next?
If you are performing a new installation of Splunk or switching from one license type to another, you
must install or update your license.
Uninstall Splunk
Use your local package management commands to uninstall Splunk. In most cases, files that were
not originally installed by the package will be retained. These files include your configuration and
index files which are under your installation directory.
You can also simply go to $SPLUNK_HOME/bin, type ./splunk stop on the commandline and
then delete the $SPLUNK_HOME directory and everything under it.
Install on FreeBSD
Install on FreeBSD
The FreeBSD builds comes in two forms: an installer (5.4-intel) and a tarball (i386). Both are TGZ
files.
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migation considerations before proceeding.
Basic install
pkg_add splunk_package_name-6.1-intel.tgz
The FreeBSD package system does not have native upgrade support. There are some add-on
utilities which try to manage it, but this is not explicitly tested. To upgrade a package on FreeBSD you
can either uninstall the prior package, and install the new package, or you can upgrade the existing
installation using a tarball install as below.
36
Tarball install
To install Splunk on a FreeBSD system, expand the tarball into an appropriate directory. The default
install directory is /opt/splunk.
• Splunk does not create the splunk user automatically. If you want Splunk to run as a specific
user, you must create the user manually.
• Be sure the disk partition has enough space to hold the uncompressed volume of the data you
plan to keep indexed.
kern.maxdsiz="2147483648" # 2GB
kern.dfldsiz="2147483648" # 2GB
machdep.hlt_cpus=0
vm.max_proc_mmap=2147483647
pkg_info -L splunk
pkg_info
Start Splunk
Splunk can run as any user on the local system. If you run Splunk as a non-root user, make sure that
Splunk has the appropriate permissions to read the inputs that you specify.
To start Splunk from the command line interface, run the following command from
$SPLUNK_HOME/bin directory (where $SPLUNK_HOME is the directory into which you installed
Splunk):
./splunk start
37
• $SPLUNK_HOME to identify the path to your Splunk installation.
• $SPLUNK_HOME/bin/ to indicate the location of the command line interface.
Startup options
The first time you start Splunk after a new installation, you must accept the license agreement. To
start Splunk and accept the license in one step:
2. Splunk Web prompts you for login information (default, username admin and password
changeme) before it launches. If you switch to Splunk Free, you will bypass this logon page in future
sessions.
What's next?
If you are performing a new installation of Splunk or switching from one license type to another, you
must install or update your license.
Uninstall Splunk
Use your local package management commands to uninstall Splunk. In most cases, files that were
not originally installed by the package will be retained. These files include your configuration and
index files which are under your installation directory.
pkg_delete splunk
38
Install on AIX
Install on AIX
This topic will guide you through installing Splunk on the AIX platform.
Important: The user Splunk is installed as must have permission to read /dev/urando and
/dev/random or the installation will fail.
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migation considerations before proceeding.
Install Splunk
• Splunk does not create the splunk user automatically. If you want Splunk to run as a specific
user, you must create the user manually.
• Be sure the disk partition has enough space to hold the uncompressed volume of the data you
plan to keep indexed.
To install Splunk on an AIX system, expand the tarball into an appropriate directory. The default
install directory is /opt/splunk.
For AIX 5.3, check to make sure your service packs are up to date. Splunk requires the following
service level:
$ oslevel -r
5300-005
Start Splunk
Splunk can run as any user on the local system. If you run Splunk as a non-root user, make sure that
Splunk has the appropriate permissions to read the inputs that you specify. Refer to the instructions
for running Splunk as a non-root user for more information.
To start Splunk from the command line interface, run the following command from
$SPLUNK_HOME/bin directory (where $SPLUNK_HOME is the directory into which you installed
Splunk):
./splunk start
39
Note: The AIX version of Splunk does not register itself to auto-start on reboot.
Startup options
The first time you start Splunk after a new installation, you must accept the license agreement. To
start Splunk and accept the license in one step:
2. Splunk Web prompts you for login information (default, username admin and password
changeme) before it launches. If you switch to Splunk Free, you will bypass this logon page in future
sessions.
What's next?
If you are performing a new installation of Splunk or switching from one license type to another, you
must update your license.
Uninstall Splunk
Use your local package management commands to uninstall Splunk. In most cases, files that were
not originally installed by the package will be retained. These files include your configuration and
index files which are under your installation directory.
Install on HP-UX
Install on HP-UX
To install Splunk on an HP-UX system, expand the tarball, using GNU tar, into an appropriate
directory. The default install directory is /opt/splunk.
NOTE: The system default tar on HP-UX will not successfully extract the splunk tar. GNU tar is a
pre-requisite, or you can unpack the tar on another platform.
40
When installing with the tarball:
• Splunk does not create the splunk user automatically. If you want Splunk to run as a specific
user, you must create the user manually.
• Be sure the disk partition has enough space to hold the uncompressed volume of the data you
plan to keep indexed.
Upgrading?
If you are upgrading, review the upgrade documentation later in this manual and check READ THIS
FIRST for any migation considerations before proceeding.
Start Splunk
Splunk can run as any user on the local system. If you run Splunk as a non-root user, make sure that
Splunk has the appropriate permissions to read the inputs that you specify.
To start Splunk from the command line interface, run the following command from
$SPLUNK_HOME/bin directory (where $SPLUNK_HOME is the directory into which you installed
Splunk):
./splunk start
Note: The HP-UX version of Splunk does not register itself to auto-start on reboot.
Startup options
The first time you start Splunk after a new installation, you must accept the license agreement. To
start Splunk and accept the license in one step:
2. Splunk Web prompts you for login information (default, username admin and password
changeme) before it launches. If you switch to Splunk Free, you will bypass this logon page in future
sessions.
41
What's next?
If you are performing a new installation of Splunk or switching from one license type to another, you
must install or update your license.
Uninstall Splunk
To uninstall Splunk on HPUX, you must stop splunk, disable boot-start (if you configured it), and then
delete the Splunk installation.
Note: The $SPLUNK_HOME variable refers to the directory where you installed Splunk.
1. Stop Splunk:
$SPLUNK_HOME/bin/splunk stop
rm -rf $SPLUNK_HOME
• If you created any indexes and did not use the Splunk default path, you must delete those
directories as well.
• If you created a user or group for running Splunk, you should also delete them.
Install a license
Install a license
This topic discusses installing new licenses. Before you proceed, you may want to review these
topics:
• Read "How Splunk licensing works" in the Admin Manual for an introduction to Splunk
licensing.
• Read "Groups, stacks, pools, and other terminology" in the Admin Manual for more information
about Splunk license terms.
42
2. Click Add license.
3. Either click Choose file and navigate to your license file and select it, or click copy & paste the
license XML directly... and paste the text of your license file into the provided field.
License violations
Violations occur when you exceed the maximum indexing volume allowed for your license. If you
exceed your licensed daily volume on any one calendar day, you will get a violation warning. The
message persists for 14 days. If you have more than 5 violations in a rolling 30-day period, search
will be disabled. Search capabilities return when you have fewer than 5 violations in the previous 30
days or when you apply a new license with a larger volume limit.
Got license violations? Click here for some troubleshooting recommendations from the Splunk
Community Wiki.
Note: During a license violation period, Splunk does not stop indexing your data. Splunk only
blocks search access while you exceed the allowed number of license violations.
43
Start Splunk for the first time
Start Splunk for the first time
Start Splunk for the first time
To start Splunk:
On Windows
You can start Splunk on Windows using either the commandline, or the Windows Services Manager.
Using the commandline offers more options, described later in this section. In a cmd window, go to
C:\Program Files\Splunk\bin and type:
splunk start
(For Windows users: in subsequent examples and information, replace $SPLUNK_HOME with
C:\Program Files\Splunk if you have installed Splunk in the default location. You can also add
%SPLUNK_HOME% as a system-wide environment variable by using the System Properties dialog's
Advanced tab.)
On UNIX
$SPLUNK_HOME/bin/splunk start
Splunk then displays the license agreement and prompts you to accept before the startup sequence
continues.
To automatically accept the license when you start Splunk for the first time, add the
accept-license option to the start command:
Checking prerequisites...
Checking http port [8000]: open
Checking mgmt port [8089]: open
Verifying configuration. This may take a while...
Finished verifying configuration.
Checking index directory...
Verifying databases...
Verified databases: _audit, _blocksignature, _internal, _thefishbucket, history, main, sampleda
Checking index files
All index checks passed.
All preliminary checks passed.
Starting splunkd...
Starting splunkweb...
44
Splunk Server started.
The Splunk web interface is at http://<hostname>:8000
Note: If the default ports are already in use (or are otherwise not available), Splunk will offer to use
the next available port. You can either accept this option or specify a port for Splunk to use.
If you run start with all three options in one line, for example:
You can start and stop individual Splunk processes by adding the process as an object to the start
command. The objects include:
To disable splunkweb:
For more information about start, refer to the CLI help page:
Navigate to:
http://mysplunkhost:8000
45
Use whatever host and port you chose during installation.
The first time you log in to Splunk Enterprise, the default login details are:
Username - admin.
Password - changeme.
46
Upgrade from an earlier version
About upgrading to 4.2 READ THIS FIRST
About upgrading to 4.2 READ THIS FIRST
This topic is about what you need to know before you upgrade to Splunk 4.2.
Check out Meet Splunk 4.2 in the Release Notes for a full list of the new features we've delivered in
4.2.
Review the Known issues in the Release Notes for a list of issues and workarounds in this release.
Get into the habit of backing up your existing deployment before any upgrade or migration. You can
use any standard tool or utility to do this; the easiest way is to compress the entirety of
$SPLUNK_HOME and all its subdirectories into a zip or tar file and save it aside.
The new raw data format introduced in version 4.2 is not compatible with earlier versions of
Splunk, so be sure to make a backup of all your indexes. If you've configured Splunk to write its
indexes in a different location, be sure you back those up too.
Splunk supports a direct upgrade from versions 4.0 and later to version 4.2.
If you're upgrading from 4.1.x or later, read the rest of this topic first before proceeding with the
installation instructions linked below.
If you're upgrading from 4.0.x to 4.2, Splunk recommends that you also review the 4.1.x version of
the topic you're reading now as well as this version before proceeding with the installation
instructions:
Upgrading directly to 4.2 from versions older than 4.0 is not officially supported. Splunk 4.0 and later
are built on a completely new architecture, and migration from 3.4.x to 4.2 is a significant
undertaking. Read What to expect when upgrading to 4.0 before proceeding. Depending on the
complexity of your deployment, you may want to perform a manual migration.
Once you've migrated from 3.4.x to 4.0, you can then upgrade from 4.0 to 4.2 using the UNIX and
Windows instructions in this manual.
47
You want to know this stuff
Upgrading to 4.2 from 4.0 and later is pretty simple, but here are a few tips and gotchas:
This problem affects ALL Splunk versions: 3.x, 4.x, and 4.2.
In Splunk's datetime.xml, the regular expression for parsing epoch time assumes values from
2002 through to March 12th 2011. Those values started with 10,11,12. On March 12th, 2011, the
seconds since 1970 became 1300000000, starting with 13.
First, make a backup copy of $SPLUNK_HOME/etc/datetime.xml, and then modify it. Change the
_utcepoch regex (at around line 200) to the following:
<text><![CDATA[((?<=^|[\s#,"=([\|{])(?:1[012345]|9)\d{8}|^@[\da-fA-F]{16,24})(?:.?(\d{1,6})
</define>
Alternatively, for your sources that use epoch time, explicitly specify a strptime format in
props.conf, by using TIME_FORMAT and TIME_PREFIX fields.
Example:
[asterisk]
TIME_FORMAT = %s
We've changed Splunk's raw data format going forward so that recovery of corrupted indexes is now
possible as long as the raw underlying data remains, but this means that once you've upgraded to
4.2, it is not possible to roll back to an earlier version of Splunk and access data that has been
migrated to 4.2. Splunk strongly recommends that you back up your data before upgrading to 4.2.
Those of you who have been using Splunk for a while are familiar with the Admin Manual, and how
epic it has become. With the inclusion of material about the new features in 4.2, the Admin Manual
became too large to navigate easily, so we've broken it out into 3 manuals total. In addition to the
new, slimmed-down Admin Manual, there are two new manuals in the documentation set for Splunk
4.2:
48
♦ how to distribute searches and indexing
♦ how to scale your deployment
♦ forwarding and receiving, including the new Universal Forwarder
♦ using the new Deployment Monitor app
♦ using the deployment server
Splunk's search decomposition feature is disabled by default starting in 4.2. This may affect certain
custom views, including those in legacy apps developed by Splunk, such as ESS. If search
decomposition is required by a legacy custom view, you can re-enable it in web.conf by editing the
[settings] stanza:
[settings]
# Enable/Disable decomposition of searches from view to view. Only for
# certain custom legacy views will this need to be enabled.
support_decomposition = False
Splunk considers the search decomposition functionality to be deprecated and recommends that
users not implement it. If you need assistance converting existing views, contact Splunk Support.
In earlier releases, if privKeyPath and caCertPath in the [settings] stanza in web.conf began
with a slash, it would still be treated as relative to $SPLUNK_HOME/share/splunk. Starting in 4.2,
absolute pathnames such as /etc/certs/mycert.pem or C:\certs\mycert.pem can be
specified without having to resort to ../../ directory navigation hacks.
In order to handle creation of new indexes without performance issues, we've changed the default
value of the maxHotBuckets setting in $SPLUNK_HOME/etc/system/default/indexes.conf.
If your cold storage is on a different device, or if your data retirement policy's maximum index size is
based on the data's age rather than the size of the data, you may see an increase in disk space
usage.
Earlier versions of Splunk included a couple of suboptimal example cold-to-frozen archiving scripts.
Those scripts are still supported, but have been removed starting in 4.2 and replaced with a single,
much-improved Python script. This script is not used by default, but if you are using one of the older
example scripts as the basis for your cold-to-frozen implementation, Splunk recommends that you
replace it with the new one.
Splunk's new alert manager lets you manage and filter triggered alerts. By default existing alerts do
NOT show up in the alert manager. To update your existing alerts so that they show up in the alert
manager, edit the relevant copy of savedsearches.conf and add alert.track = true to each
scheduled saved search. Review "About configuration files" in the Admin manual for details about
configuration files.
49
Considerations around converting scheduled searches and alerts to real-time objects
Splunk 4.2 includes real-time alerting, to match the real-time search feature we added in 4.1. We've
also made real-time search more scalable by using a single real-time search to power all dashboards
that reference it.
Real-time alerting allows you to configure a real-time search to run constantly in the background over
a specified timeframe of incoming data. As you might imagine, there are impacts to performance to
consider, so review the following information before proceeding.
Here are some things to consider when looking at converting your existing alerts to real-time:
• How quickly do you feel that you need to know about a given alert condition? Do you want to
know the moment the condition occurs, or is it ok if you are notified on a "timely" basis (in other
words, when the alert is triggered by a search running on a particular schedule).
• How critical is it that you not miss a single triggering event? If your Splunk deployment
introduces more than a few seconds of latency between the event arriving and being seen by
the indexer, and your real-time search window is very brief, you may occasionally miss an alert
if the latency is high or if Splunk is restarted. Real-time alerting will also miss events with old
timestamps.
• The average CPU load for a real-time search is actually slightly lower than for a scheduled
search (and thus the same holds true for alerts). Scheduled searches are characterized by a
higher, bursty load whenever the search runs as opposed to real-time searches which have a
roughly steady, lower load. However, less net processing is done by a real-time search since it
operates in memory and does not need to uncompress data from an index.
• You will probably want to remove any snap-to time's (e.g. @h, @m) when converting a
scheduled search to ensure a consistent window length.
• Be sure to size your will time window appropriately and avoid making it too small or too big.
These subjective terms depend on the latency of your network and the velocity of events that
the search will match against. We suggest that you start with a real-time window somewhere
between 30s (rt-30s to rt) and 5min (rt-5m to rt) in duration and deviate only with a valid reason
for doing so.
We've introduced an all-new, completely redone licensing infrastructure in 4.2. This system will
support your existing Enterprise license, and you can mix old and new licenses together. Some things
to note about the new licensing functionality:
• If you ever copied/pasted your old license, or opened it in a text editor, you may have
inadvertently added trailing whitespace when you saved it. If this is the case, you will see
ERRORs in splunkd.log that look like
• If you're migrating a distributed indexing environment to the new licensing model, check out
this migration topic in the Admin Manual.
50
Upgrading search heads with forwarder license installed
If you're running one or more search heads and are using the forwarder license (a 1MB Enterprise
license used in pre-4.2 deployments designed to allow access to auth and other Enterprise features
without supporting local indexing), that license will be switched to the standard "Enterprise trial"
license. This license has a 60 day expiration.
Splunk recommends that you add any search heads to an Enterprise license pool on the license
master.
• Read "How Splunk licensing works" in this manual for an introduction to Splunk licensing.
• Read "Groups, stacks, pools, and other terminology" in this manual for more information about
Splunk license terms.
If currently run Splunk forwarders, consider migrating to the new universal forwarder.
• If you've got light forwarders deployed in a Windows environment, use these instructions to
migrate it to the new universal forwarder.
• If you've got light forwarders deployed in a *nix environment, follow these instructions to
migrate it to the new universal forwarder.
The Splunk light forwarder configuration now disables all indexes by default. This change was made
to address issues with Splunk not starting on systems because it was looking for indexes that were
not in use. If you have a light forwarder and perhaps at one time it was an indexer, and has some
residual data in its indexes, this may affect you if you want to clean out the indexes. This is because
the splunk clean command will ignore disabled indexes. To properly clean out an index on a light
forwarder, you must disable the light forwarder app, *then run ./splunk clean <index>*, and then
re-enable the app.
The run_file_operator capapability has been removed from the Admin role
The run_file_operator capability is no longer included in the Admin role by default. If access to
the file operator is necessary, explicitly add run_file_operator to the appropriate role as a
capability.
The Windows and *Nix apps are no longer packaged with Splunk, but continue to be available from
Splunkbase. Check Splunkbase for updated versions. If you have either of these apps installed, you
will see a notification of an available update.
The name of the landing page you see when you first access Splunk Web in a standard Splunk
installation is now called "Home" instead of "Launcher".
51
The bundles directory is finally going away
A long time ago, Splunk kept its configuration files in $SPLUNK_HOME/etc/bundles. This location
was deprecated but maintained to support older configurations of the deployment server. As of 4.2,
the $SPLUNK_HOME/etc/bundles is being removed.
Check out this topic about how to migrate 4.1.x apps to 4.2.
The new "app ID" feature of Splunkbase supports notification when a new version of an app is
available. If you develop Splunk apps, consider updating your apps to use this new functionality using
these instructions in the Developer Manual.
To make the "getting started" experience cleaner, we've updated the list of pre-trained source types
shown to users to include only the most commonly used source types. The full list of pre-trained
source types is still supported, and can be typed into the source type field in the inputs workflow.
Rather than being displayed in the Splunk Web search GUI, minor search errors such as missing
fields are now displayed in the search job inspector.
This topic describes the procedure for upgrading your Splunk instance from version 4.0.x or later to
4.2.
Make sure you've read this information before proceeding, as well as the following:
Before you perform the upgrade, we strongly recommend that you back up all of your files,
including Splunk configurations, indexed data, and binaries. Splunk does not provide a means of
downgrading to previous versions; if you need to revert to an older Splunk release, just reinstall it.
52
How upgrading works
When you upgrade your configuration files are not actually changed until you start Splunk after
performing the installation of the new version. You can run the migration preview utility at that time to
see what will be changed before the files are updated. If you choose to view the changes before
proceeding, a file containing the changes that the upgrade script proposes to make is written to
$SPLUNK_HOME/var/log/splunk/migration.log.<timestamp>
Important: Make sure no other processes will start Splunk automatically (such as Solaris SMF).
2. To upgrade and migrate from version 4.0 and later, install the Splunk package over your existing
Splunk deployment:
• If you are using a .tar file, expand it into the same directory with the same ownership as your
existing Splunk instance. This overwrites and replaces matching files but does not remove
unique files.
• If you are using a package manager, such as an RPM, type rpm -U
splunk_package_name.rpm
• If you are using a .dmg file (on MacOS), double-click it and follow the instructions. Be sure
specify the the same installation directory as your existing installation.
• If you use init scripts, be sure to include the following so the EULA gets accepted:
4. Choose whether you want to run the migration preview script to see what changes will be made to
your existing configuration files, or proceed with the migration and upgrade right away.
5. If you choose to view the expected changes, the script provides a list.
53
6. Once you've reviewed these changes and are ready to proceed with migration and upgrade, run
$SPLUNK_HOME/bin/splunk start again.
To accept the license and view the expected changes (answer 'n') before continuing the upgrade:
To accept the license and begin the upgrade without viewing the changes (answer 'y'):
This topic describes the procedure for upgrading your Windows Splunk instance from version 4.0.x or
later to 4.2. You can upgrade using the GUI installer, or by running msiexec on the commandline as
described in "Install on Windows via the commandline".
Make sure you've read this information before proceeding, as well as the following:
When upgrading, you must explicitly specify the same domain user that you specified during first time
install. If you do not specify the same user, Splunk will default to using the Local System User. If you
accidentally specify the wrong user during your installation, use these instructions to switch to the
correct user before starting Splunk.
Changing the management port and/or the HTTP port when upgrading is not supported.
Before you perform the upgrade, we strongly recommend that you back up all of your files, including
Splunk configurations, indexed data and binaries. Splunk does not provide a means of downgrading
to previous versions; if you need to revert to an older Splunk release, just reinstall it.
1. Stop Splunk either using the Windows Start menu option or by executing the
%SPLUNK_HOME%\bin\splunk stop command.
54
2. Download the new MSI file from the Splunk download page.
3. Double-click the MSI file. The Welcome panel is displayed. Follow the onscreen instructions to
upgrade Splunk. For information about each panel, refer to the installation instructions.
A log of the changes made to your configuration files during the upgrade is placed in %TEMP%.
1. Stop Splunk either using the Windows Start menu option or by executing the
%SPLUNK_HOME%\bin\splunk stop command.
2. Download the new MSI file from the Splunk download page.
• If Splunk is running as a user other than the Local System user, you must explicitly specify this
user in your commandline.
• You can use the LAUNCHSPLUNK option to specify whether Splunk should start up
automatically or not when you're finished, but you cannot change any other settings.
• DO NOT change the ports (SPLUNKD_PORT and WEB_PORT) at this time.
4. Depending on your specification, Splunk may start automatically when you complete the
installation.
A log of the changes made to your configuration files during the upgrade is placed in %TEMP%.
Start Splunk
On Windows, Splunk is installed by default into \Program Files\Splunk and is started by default.
You can start and stop the following Splunk processes via the Windows Services control panel:
You can also start, stop, and restart both processes at once by going to \Program
Files\Splunk\bin and typing
# splunk [start|stop|restart]
55
Other setup tasks
Configure PDF printing for Splunk Web
Configure PDF printing for Splunk Web
Splunk Web users can generate PDF output from any dashboard, view, search or report. To enable
this functionality, you must download the PDF Report Server app from Splunkbase. Next install this
into a Splunk instance on a single Linux host. The PDF Server add-on for that Splunk instance will
then accept requests from all other Splunk hosts on the network.
Note: Splunk PDF printing is not yet available on the Windows platform. You must currently have a
Linux instance of Splunk running on your network to support PDF printing.
PDF printing requires a Splunk Enterprise license. For more information about Splunk licenses, refer
to About Splunk licenses in this manual.
Note: To configure a machine to act as a PDF Server, you can use the Forwarder license as
described in About Splunk licenses in this manual as long as that Splunk instance does no indexing.
System requirements
Only the instance of Splunk hosting the PDF Server functionality has to be running Linux; it will then
serve PDFs to any Splunk instance on the network, regardless of the platform.
1. Install Splunk 4.1 or later on a Linux host. For instructions, refer to "Install on Linux" in this manual.
2. Download and install the PDF Report Server add-on. You can click Browse more apps in
Launcher, or you can download it separately from Splunkbase here. (Manual App installation
instructions can be found here)
3. Ensure that the Xvfb X server, xauth and fonts for your Linux distribution are installed. These are
included with most Linux distributions, but not installed by default.
56
• Note that the names of font packages tend to change more than other package names.
7. Click Save.
This host is now configured to serve PDFs to all Splunk hosts with PDF printing enabled as described
in the next section.
Note: If the hostname of the Splunk Web instance that this PDF Report Server will talk to is not
resolvable in DNS, enter its IP address or a hostname that resolves to that IP in the Link hostname
field. This will ensure that Splunk Web can contact the PDF Report Server, and that links sent in
emailed PDF reports work correctly. If the field is left empty, Splunk will try to autodetect the
hostname.
On each search head you want to have access to the PDF printing feature:
1. Launch Splunk Web and navigate to Manager > Email alert settings.
2. Ensure that a valid SMTP server hostname is entered in the Mail host field.
3. Check the Use PDF Report Server box. Some more options are displayed.
4. Enter the Report Server URL if the PDF Server is not installed on your search head.
This host can now use the PDF server you configured in the previous section to generate PDF
reports.
You can also set the same option by enabling the reportServerEnabled option in
$SPLUNK_HOME/etc/system/local/alert_actions.conf for each search head.
For information on scheduling PDF reports to be sent by email, refer to "Schedule delivery of
dashboard printouts via email" in the User Manual.
In case of trouble
If you run into problems while configuring the PDF server, such as errors in the UI, you may want to
refer to $SPLUNK_HOME/var/log/splunk/python.log which may help clarify the problem.
Note: The stanza created in savedsearches.conf for the scheduled PDF will show "search = | noop".
This is normal.
57
For more debugging, edit $SPLUNK_HOME/etc/log.cfg by setting DEBUG on
[python]
splunk = DEBUG
If the host running Splunk Web does not have a valid DNS entry for its hostname, make sure you
have set the Link Hostname field in the Email alert settings page in Manager to either a hostname
that resolves to the IP address of the host running Splunk Web, or that you have specified its IP
address directly.
You can run Splunk as any user on the local system. If you run Splunk as a non-root user, make sure
Splunk has the appropriate permissions to:
• Read the files and directories it is configured to watch. Some log files and directories may
require root or superuser access to be indexed.
• Write to Splunk's directory and execute any scripts configured to work with your alerts or
scripted input.
• Bind to the network ports it is listening on (ports below 1024 are reserved ports that only root
can bind to).
Note: Because ports below 1024 are reserved for root access only, Splunk will only be able to listen
on port 514 (the default listening port for syslog) if it is running as root. You can, however install
another utility (such as syslog-ng) to write your syslog data to a file and have Splunk monitor that file
instead.
Instructions
To run Splunk as a non-root user, you need to first install Splunk as root. Then, before you start
Splunk for the first time, change the ownership of the splunk directory to the desired user. The
following are instructions to install Splunk and run it as a non-root user, splunk.
useradd splunk
groupadd splunk
You can use the System Preferences > Accounts panel to add users and groups.
2. As root and using one of the packages (not a tarball), run the installation.
58
3. Use the chown command to change the ownership of the splunk directory and everything under it
to the desired user.
4. Start Splunk.
$SPLUNK_HOME/bin/splunk start
Also, if you want to start Splunk as the splunk user while you are logged in as a different user, you
can use the sudo command:
• If Splunk is installed in an alternate location, update the path in the command accordingly.
• Your system may not have sudo installed. If this is the case, you can use su.
• If you are installing using a tarball and want Splunk to run as a particular user (such as
splunk), you must create that user manually.
• The splunk user will need access tp /dev/urandom to generate the certs for the product.
Solaris 10 privileges
When installing on Solaris 10 as the splunk user, you must set additional privileges to start
splunkd and bind to reserved ports.
To allow the splunk user to bind to reserved ports on Solaris 10, run (as root):
If you have selected "other user" during the Windows GUI installation, and that user does not exist or
perhaps you mistyped the information, you can go into the Windows Service Control Manager and
specify the correct information, as long as you have not started Splunk yet.
If you specified an invalid user during the Windows GUI installation process, you will see two popup
error windows.
59
1. In Control Panel > Administrative Tools > Services, find the Splunkd and SplunkWeb services.
You'll notice that they are not started and are currently owned by the Local System User.
2. Right click on each service and choose Properties. The properties dialog for that service is
displayed.
4. Select the This account radio button and fill in the correct domain\username and password.
5. Click Apply.
6. Click OK.
6. Repeat for the second service (you must do this for both Splunkd and Splunk Web.
7. You can now either start both services from the Service Manager or from the Splunk command line
interface.
Uninstall Splunk
Uninstall Splunk
Before you uninstall, stop Splunk. Navigate to $SPLUNK_HOME/bin and type ./splunk stop (or
just splunk stop on Windows).
Use your local package management commands to uninstall Splunk. In most cases, files that were
not originally installed by the package will be retained. These files include your configuration and
index files which are under your installation directory.
Note: $SPLUNK_HOME refers to the Splunk installation directory. On Windows, this is C:\Program
Files\Splunk by default. For most Unix platforms, the default installation directory is /opt/splunk;
for Mac OS, it is /Applications/splunk.
RedHat Linux
rpm -e splunk_product_name
Debian Linux
dpkg -r splunk
dpkg -P splunk
60
FreeBSD
pkg_delete splunk
Solaris
pkgrm splunk
Windows
Use the Add or Remove Programs option in the Control Panel. In Windows 7 and Windows Server
2008, that option is available under Programs and Features.
If you can't use package management commands, use these instructions to uninstall Splunk.
Note: These instructions will not remove any init scripts that have been created.
1. Stop Splunk.
$SPLUNK_HOME/bin/splunk stop
2. Find and kill any lingering processes that contain "splunk" in its name.
kill -9 `ps -ef | grep splunk | grep -v grep | awk '{print $2;}'`
rm -rf /opt/splunk
Note: For Mac OS, you can also remove the installation directory by dragging the folder into the
trash.
3. Remove any Splunk datastore or indexes outside the top-level directory, if they exist.
61
rm -rf /opt/splunkdata
userdel splunk
groupdel splunk
For Mac OS: You can use the System Preferences > Accounts panel to manage users and
groups.
For Windows: Open a command prompt and run the command msiexec /x against the msi
package that you installed.
If you are planning to migrate to Splunk 4.x, but do not want to migrate your deployment clients until a
later time, you can set up a stripped-down, standalone 3.4.x deployment server to serve your
deployment clients until you're ready to migrate them (Splunk 4.x deployment server is incompatible
with clients older than 4.x).
• You have an existing deployment server at fflanda.splunk.com listening on port 8089 for
deployment clients.
• Your deployment clients are all 3.x and are all polling this deployment server.
• The deployment classes are in $SPLUNK_HOME/etc/modules/distributedDeployment/classes.
• This Splunk instance is also an index server that must be upgraded.
62
the unchanged splunk-launch.conf.
7. Disable Splunk Web on the newly installed instance using the CLI or web.conf.
10. To ensure that this deployment server remains functional, switch its license out for a 3.x forwarder
license. Copy $SPLUNK_HOME/etc/splunk-forwarder.license to $SPLUNK_HOME/etc/splunk.license
.
13. During post-migration start up, Splunk will notice that the old management port is bound, and will
prompt the admin to change the management port. Keep track of this new port as you must
update it in any distributed search or REST configurations.
63
What comes next?
Ready to start using Splunk?
Ready to start using Splunk?
Now that you've got Splunk installed on one server, here're some links to get you started:
• Learn what Splunk is, what it does, and how it's different.
• Learn how to add your data to Splunk.
• Add and manage users.
• Learn how to search, monitor, report, and more
• One of Splunk's biggest differences from traditional technologies is the fact that it classifies
and interprets data at search-time. We call this Splunk knowledge: learn how it works and
how to use it.
• Plan your Splunk deployment, from gigabytes to terabytes per day.
• If you downloaded Splunk packaged with an app (for example, Splunk + WebSphere), go to
Splunk Web and select the app in Launcher to go directly to the app?s setup page. To see
more information about the setup and deployment for a packaged app, search for the app
name on Splunkbase.
64
Reference
PGP Public Key
PGP Public Key
mQGiBEbE21QRBADEMonUxCV2kQ2oxsJTjYXrYCWCtH5/OnmhK5lT2TQaE9QUTs+w
nM3sVInQqwRwBDH2qsHgqjJS0PIE867n+lVuk0gSVzS5SOlYzQjnSrisvyN452MF
2PgetHq8Lb884cPJnxR6xoFTHqOQueKEOXCovz1eVrjrjfpnmWKa/+5X8wCg/CJ7
pT7OXHFN4XOseVQabetEbWcEAIUaazF2i2x9QDJ+6twTAlX2oqAquqtBzJX5qaHn
OyRdBEU2g4ndiE3QAKybuq5f0UM7GXqdllihVUBatqafySfjlTBaMVzd4ttrDRpq
Wya4ppPMIWcnFG2CXf4+HuyTPgj2cry2oMBm2LMfGhxcqM5mpoyHqUiCn7591Ra/
J2/FA/0c2UAUh/eSiOn89I6FhFOicT5RPtRpxMoEM1Di15zJ7EXY+xBVF9rutqhR
5OI9kdHibYTwf4qjOOPOA7237N1by9GiXY/8s+rDWmSNKZB+xAaLyl7cDhYMv7CP
qFTutvE8BxTsF0MgRuzIHfJQE2quuxKJFs9lkSFGuZhvRuwRcrQgS2ltIFdhbGxh
Y2UgPHJlbGVhc2VAc3BsdW5rLmNvbT6IXgQTEQIAHgUCRsTbVAIbAwYLCQgHAwID
FQIDAxYCAQIeAQIXgAAKCRApYLH9ZT+xEhsPAKDimP8sdCr2ecPm8mre/8TK3Bha
pQCg3/xEickiRKKlpKnySUNLR/ZBh3m5Ag0ERsTbbRAIAIdfWiOBeCj8BqrcTXxm
6MMvdEkjdJCr4xmwaQpYmS4JKK/hJFfpyS8XUgHjBz/7zfR8Ipr2CU59Fy4vb5oU
HeOecK9ag5JFdG2i/VWH/vEJAMCkbN/6aWwhHt992PUZC7EHQ5ufRdxGGap8SPZT
iIKY0OrX6Km6usoVWMTYKNm/v7my8dJ2F46YJ7wIBF7arG/voMOg1Cbn7pCwCAtg
jOhgjdPXRJUEzZP3AfLIc3t5iq5n5FYLGAOpT7OIroM5AkgbVLfj+cjKaGD5UZW7
SO0akWhTbVHSCDJoZAGJrvJs5DHcEnCjVy9AJxTNMs9GOwWaixfyQ7jgMNWKHJp+
EyMAAwYH/RLNK0HHVSByPWnS2t5sXedIGAgm0fTHhVUCWQxN3knDIRMdkqDTnDKd
qcqYFsEljazI2kx1ZlWdUGmvU+Zb8FCH90ej8O6jdFLKJaq50/I/oY0+/+DRBZJG
3oKu/CK2NH2VnK1KLzAYnd2wZQAEja4O1CBV0hgutVf/ZxzDUAr/XqPHy5+EYg96
4Xz0PdZiZKOhJ5g4QjhhOL3jQwcBuyFbJADw8+Tsk8RJqZvHfuwPouVU+8F2vLJK
iF2HbKOUJvdH5GfFuk6o5V8nnir7xSrVj4abfP4xA6RVum3HtWoD7t//75gLcW77
kXDR8pmmnddm5VXnAuk+GTPGACj98+eISQQYEQIACQUCRsTbbQIbDAAKCRApYLH9
ZT+xEiVuAJ9INUCilkgXSNu9p27zxTZh1kL04QCg6YfWldq/MWPCwa1PgiHrVJng
p4s=
=Mz6T
-----END PGP PUBLIC KEY BLOCK-----
Copy and paste the key into a file. Install the key using:
File manifest
File manifest
A complete inventory of the files and permissions that ship with your Splunk installation can be found
in the root directory of your Splunk installation. The file will end with -manifest.
65