Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rndmh3ro/ansible_splunkforwarder
Ansible role to deploy Splunkforwarder
https://github.com/rndmh3ro/ansible_splunkforwarder
Last synced: about 1 month ago
JSON representation
Ansible role to deploy Splunkforwarder
- Host: GitHub
- URL: https://github.com/rndmh3ro/ansible_splunkforwarder
- Owner: rndmh3ro
- License: apache-2.0
- Created: 2015-04-24T08:51:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T11:06:37.000Z (over 8 years ago)
- Last Synced: 2023-04-05T13:56:57.314Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
splunkforwarder
=========Install and configure Splunkforwarder on RHEL-systems.
Requirements
------------
none.Role Variables
--------------
- Index-server:
- ```splunkforwarder_server: '127.0.0.1:9997'```
- Default install-directory:
- ```splunkforwarder_dir: '/opt/splunkforwarder/'```
- IP-Address to listen on:
- ```frontend_ip: 127.0.0.1```- List of to be indexed logfiles on all/most hosts to use in group_vars
```
- splunkforwarder_log_items:
- app_name: custom
source: "/var/log/messages"
index: "syslog"
sourcetype: linux_messages_syslog
```- List of custom to be indexed logfiles to use in host_vars
```
- splunkforwarder_log_items_custom:
- app_name: custom
source: "/var/log/mysql.log"
index: "mysql"
sourcetype: mysql```
```
Dependencies
------------
none.Example Playbook
----------------
```
- hosts: all
gather_facts: true
roles:
- role: splunkforwarder
```License
-------
See LICENSEAuthor Information
------------------Author: Sebastian Gumprich
Author: [T-Systems Multimedia Solutions GmbH](http://www.t-systems-mms.com/)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.