cookbook 'packetbeat', '= 0.1.8'
packetbeat (12) Versions 0.1.8 Follow1
Installs/Configures Elastic Packetbeat
cookbook 'packetbeat', '= 0.1.8', :supermarket
knife supermarket install packetbeat
knife supermarket download packetbeat
packetbeat Cookbook
This is a Chef cookbook to manage PacketBeat.
Repository
https://github.com/vkhatri/chef-packetbeat
Supported OS
This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other RHEL platforms.
Recipes
packetbeat::default
- default recipe (use it for run_list)packetbeat::install
- install packetbeatpacketbeat::config
- configure packetbeat
Core Attributes
default['packetbeat']['version']
(default:1.0.0-beta3
): packetbeat versiondefault['packetbeat']['package_url']
(default:calculated
): package download urldefault['packetbeat']['packages']
(default:calculated
): package dependenciesdefault['packetbeat']['conf_dir']
(default:/etc/packetbeat
): packetbeat yaml configuration file directorydefault['packetbeat']['conf_file']
(default:/etc/packetbeat/packetbeat.yml
): packetbeat configuration filedefault['packetbeat']['notify_restart']
(default:true
): whether to restart packetbeat service on configuration file changedefault['packetbeat']['disable_service']
(default:false
): whether to stop and disable packetbeat service
Configuration File packetbeat.yml Attributes
default['packetbeat']['config']['device']
(default:any
): packetbeat interface device namedefault['packetbeat']['config']['protocols']
(default:{}
): packetbeat services to capture packetsdefault['packetbeat']['config']['output']['elasticsearch']['enabled']
(default:true
):default['packetbeat']['config']['output']['elasticsearch']['host']
(default:127.0.0.1
):default['packetbeat']['config']['output']['elasticsearch']['port']
(default:9200
):default['packetbeat']['config']['output']['elasticsearch']['save_topology']
(default:false
):default['packetbeat']['config']['output']['redis']['enabled']
(default:false
):default['packetbeat']['config']['output']['redis']['host']
(default:127.0.0.1
):default['packetbeat']['config']['output']['redis']['port']
(default:6379
):default['packetbeat']['config']['output']['redis']['save_topology']
(default:false
):default['packetbeat']['config']['output']['file']['enabled']
(default:false
):default['packetbeat']['config']['output']['file']['path']
(default:/tmp/packetbeat
):default['packetbeat']['config']['output']['file']['filename']
(default:packetbeat
):default['packetbeat']['config']['output']['file']['rotate_every_kb']
(default:10240
):default['packetbeat']['config']['output']['file']['number_of_files']
(default:7
):
For more attribute info, visit below links:
https://github.com/elastic/packetbeat/blob/master/etc/packetbeat.yml
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests (
rake & rake knife
), ensuring they all pass - Write new resource/attribute description to
README.md
- Write description about changes to PR
- Submit a Pull Request using Github
Copyright & License
Authors:: Virender Khatri and Contributors
<pre>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
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.
</pre>
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
packetbeat CHANGELOG
This file is used to list changes made in each version of the packetbeat cookbook.
0.1.8
Virender Khatri - #8, optional attribute to stop and disable the service
Virender Khatri - #7, update version to beta3
Virender Khatri - #6, update default attriutes for new protocol support in beta3 release
0.1.5
Virender Khatri - issue #5, bump packetbeat version to 1.0.0-beta2
Virender Khatri - issue #4, separate attributes file for config
Virender Khatri - issue #3, notify packetbeat service on config change
Virender Khatri - issue #2, default[packetbeat][notify_restart] default value must be true
Virender Khatri - issue #1, save_topology default value set to true
Virender Khatri - added more default config parameters info to config attribute file
Virender Khatri - fixed typo and updated README
0.1.0
- Virender Khatri - Initial release of packetbeat
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Foodcritic Metric
0.1.8 passed this metric
0.1.8 passed this metric