Enables a server to ship logs to Splunk Storm (currently in beta) for storage an analysis
A Splunk Storm beta account
- Log in to Splunk Storm
- From your Projects dashboard select Inputs
- Select Send data through the network
- Select Automatic authentication
- Copy the address provided to the attributes e.g. to your environment
"splunk-storm" => {
"log_host" => {
"address" => "logs3.splunkstorm.com",
"port" => "20380"
}
},
- Upload your environment file knife environment from file environments/prod.rb
- Run
chef-client
to get your node to authenticate with Splunk Storm. - Send some test data logger "my little pony"
- On the Splunk Storm dashboard confirm that your host has been authenticated and then turn off auto-authentication.
Author:: Edward Sargisson ([email protected])
Copyright 2012, TrailHunger.com Trail Data Inc.
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.