Refine your search:

I've downloaded Splunk from the website. But it's the trial version. I want the free version. How do I install the free license? Do I need to wait until the trial expires?

asked 14 Jan '10, 23:25

cervelli's gravatar image

cervelli ♦
4682211
accept rate: 38%

edited 12 Feb '10, 21:41

Justin%20Grant's gravatar image

Justin Grant
1.4k4533


3 Answers:

When the trial expires, Splunk will automatically prompt you to get a trial extension, or convert to Free. However, if you’re ready to go to Splunk Free right away:

Go to Manager (from any app) -> License alt text

Down in the text area of the license page, you’ll see text for “switch to a Free Splunk at any time” When you click that, you’ll go to the license switcher that will turn your Splunk into a Free Splunk.

Note however, you must be running Splunk 4.0.5 or later for the free version. If you are currently using 4.0.4 or earlier, you must first upgrade in order to get the Free version.

Enjoy!

link

answered 14 Jan '10, 23:27

cervelli's gravatar image

cervelli ♦
4682211
accept rate: 38%

edited 17 Feb '10, 23:04

If you are more of a command line guy you can copy the $SPLUNK_HOMEetcsplunk-free.license to $SPLUNK_HOMEetcsplunk.license and restart Splunk

(15 Jan '10, 03:46) matt ♦♦

Dude, your images point to broken links. I removed them for now, feel free to add them back once you have the right URLs.

(12 Feb '10, 21:40) Justin Grant

Adding to server.conf worked for me.

[license]
active_group = Free

Worked for me but I found the server.conf file at at /opt/splunk/etc/system/local/server.conf (ubuntu)

use

gksudo gedit /opt/splunk/etc/system/local/server.conf

and append

[license]
active_group = Free
link

answered 16 Mar '11, 22:02

philusher's gravatar image

philusher
111
accept rate: 0%

-1

In 4.2, the splunk-free.license file has disappeared. You can instead add the following to splunk/etc/system/local/server.conf :

[license]
active_group = Free

You may also need to add the following to etc/system/metadata/local.meta, but I'm not sure if it's neccessary:

[server/license]
owner = admin
version = 4.2
link

answered 16 Mar '11, 17:52

seren's gravatar image

seren
111
accept rate: 0%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×38
×18
×17
×6

Asked: 14 Jan '10, 23:25

Seen: 2,448 times

Last updated: 07 Jun '11, 13:18

Copyright © 2005-2012 Splunk, Inc. All rights reserved.