saltstack-formulas / beats-formula

SaltStack formula to manage Elastic Beats platform
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
MIT License
9 stars 18 forks source link

Add official journalbeat #19

Closed vquie closed 1 year ago

vquie commented 4 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

This PR adds the ability to install journalbeat from official elastic repos and uses pillar from non community pillar object.

Pillar / config required to test the proposed changes

beats:
  journalbeat:
    config:
      journalbeat.inputs:
        - paths: []
      max_procs: 2
      output.logstash:
        hosts: ["localhost:9200"]
        logging.to_files: false

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

pull-assistant[bot] commented 4 years ago
Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     add official journalbeat      add journalbeat pillar example

Powered by Pull Assistant. Last update 16f153f ... 2e29d24. Read the comment docs.