Getting Data In

Heavy Forwarder change trial license to forwarder license CLI how to?

fernandoandre
Communicator

How can I change through CLI the license of Heavy Forwarder from enterprise trial license to forwarder license??

This explains how to do it via UI but I don't have UI on this HF.

I have a Heavy Forwarder acting as intermediate between Universal Forwarders and Indexer but is only doing parsing, not indexing, therefore I want to change to Forwarder license.

Thank you in advance

1 Solution

fernandoandre
Communicator

Solved!

I discovered how to do it. Follow this commands:

$ splunk list licenser-groups

   Enterprise
            is_active:0
            stack_ids:

    Forwarder
            is_active:0
            stack_ids:
                    forwarder

    Free
            is_active:0
            stack_ids:
                    free

    Trial
            is_active:1
            stack_ids:
                    download-trial

$ splunk edit licenser-groups Forwarder -is_active 1

$ splunk restart

$ splunk list licenser-groups

    Enterprise
            is_active:0
            stack_ids:

    Forwarder
            is_active:1
            stack_ids:
                    forwarder

    Free
            is_active:0
            stack_ids:
                    free

View solution in original post

fernandoandre
Communicator

Solved!

I discovered how to do it. Follow this commands:

$ splunk list licenser-groups

   Enterprise
            is_active:0
            stack_ids:

    Forwarder
            is_active:0
            stack_ids:
                    forwarder

    Free
            is_active:0
            stack_ids:
                    free

    Trial
            is_active:1
            stack_ids:
                    download-trial

$ splunk edit licenser-groups Forwarder -is_active 1

$ splunk restart

$ splunk list licenser-groups

    Enterprise
            is_active:0
            stack_ids:

    Forwarder
            is_active:1
            stack_ids:
                    forwarder

    Free
            is_active:0
            stack_ids:
                    free
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...