Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #195

Merged
merged 1 commit into from
May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# The Splunk Event Generator
# Splunk Event Generator (Eventgen)

### Status
[![CircleCI](https://circleci.com/gh/splunk/eventgen/tree/develop.svg?style=svg)](https://circleci.com/gh/splunk/eventgen/tree/develop)

### Intro
### Introduction

The Splunk Event Generator is a utility which allows its user to easily build real-time event generators.
Splunk Event Generator is a utility that helps users easily build real-time event generators.
The current maintainers of this project are Brian Bingham (bbingham@splunk.com), Tony Lee (tonyl@splunk.com), and Jack Meixensperger (jackm@splunk.com).

The goals of this project:

* Eliminate the need for hand coded event generators in Splunk apps
* Eliminate the need for hand-coded event generators in Splunk apps
* Allow for portability of event generators between applications and allow templates to be quickly adapted between use cases
* Allow every type of event or transaction to be modeled inside Eventgen
* Allow every type of events or transactions to be modeled inside Eventgen

### Downloading a Splunk Eventgen App

Expand All @@ -28,9 +28,9 @@ Please note [CONTRIBUTING.md](CONTRIBUTING.md).

### License

The Splunk Event Generator is licensed under the Apache License 2.0. Details can be found in the [LICENSE](LICENSE) file.
Splunk Event Generator is licensed under the Apache License 2.0. Details can be found in the [LICENSE](LICENSE) file.

### Support

This software is released as-is. Splunk provides no warranty and no support on this software.
If you have any issues with the software, please read over the [guidelines](http://splunk.github.io/eventgen/FILE_ISSUES.md) and file an issue.
If you have any issues with the software, please read over the [guidelines](http://splunk.github.io/eventgen/FILE_ISSUES.md) and file an issue.