Skip to content

Ansible Collection for installing and enrolling the Falcon LogScale Collector on a Linux Distribution

Notifications You must be signed in to change notification settings

ITrunsDE/LogScaleCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - itrunsde.logscale_collector

The Falcon LogScale Collector Collection is used for easy installation and linking to the LogScale platform.

Ansible version compatibility

Tested with the Ansible Core >= 2.13.0 versions, and the current development version of Ansible. Ansible Core versions before 2.13.0 are not supported.

Included content

Roles

Role Name Documentation
itrunsde.logscale_collector.install README
itrunsde.logscale_collector.enroll README

Installing this collection

Using ansible-galaxy CLI

To install the Falcon Ansible Collection using the command-line interface, execute the following:

ansible-galaxy collection install itrunsde.logscale_collector

Using a requirements.yml File

To include the collection in a requirements.yml file and install it through ansible-galaxy, use the following format:

---
collections:
  - itrunsde.logscale_collector

Then run:

ansible-galaxy collection install -r requirements.yml

Additional notes

  • Upgrading the Collection: Note that if you've installed the collection from Ansible Galaxy, it won't automatically update when you upgrade the ansible package. To manually upgrade to the latest version, use:

    ansible-galaxy collection install itrunsde.logscale_collector --upgrade
    
  • Installing a Specific Version: If you need to install a particular version of the collection (for example, to downgrade due to an issue), you can specify the version as follows:

    ansible-galaxy collection install itrunsde.logscale_collector:==1.0.0
    

Using this collection

Example using modules

---
- hosts: servers
  roles:
    - name: itrunsde.logscale_collector.install
      vars:
        installer:
          debian: "humio-log-collector_1.5.3_linux_amd64.deb"
          redhat: "humio-log-collector_1.5.3_linux_amd64.rpm"
    -name: itrunsde.logscale_collector.enroll
      vars:
        - token: "xxxxxxxxxx"

More Information

If you need more information on this topic, you can find an article on the subject here.

About

Ansible Collection for installing and enrolling the Falcon LogScale Collector on a Linux Distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published