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

[Docs] update contribute docs #148

Merged
merged 2 commits into from
Mar 22, 2019
Merged

[Docs] update contribute docs #148

merged 2 commits into from
Mar 22, 2019

Conversation

GordonWang
Copy link
Contributor

update the contribute.md

Put a page about code contribution in docs.

@GordonWang GordonWang self-assigned this Mar 20, 2019

Please note we have a code of conduct, please follow it in all your interactions with the project.
Please note we have a [code of conduct](http://splunk.github.io/eventgen/CONTRIBUTE.html#code-of-conduct), please follow it in all your interactions with the project.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the content of code of conduct has been moved to the doc page.

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

## Filing issues
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs about how to report a issue

* [Requesting changes](FILE_ISSUES.md#requesting-changes)


## Contributing code
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs about how to contribute code

$ git commit
```

Our commit message format is as follows:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

define the commit message format here.
In the future, we can use CI tool to generate the release notes.

docs/CONTRIBUTE_CODE.md Outdated Show resolved Hide resolved

## How to build eventgen

**This is a placeholder. we need to put content about build process and unit test process**
Copy link
Contributor Author

@GordonWang GordonWang Mar 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add this after we add the unit tests.
For the build guide, I will consolidate the information in setup.md and put them here. Then, use hyper-link in setup.md to refer the content

lephino
lephino previously approved these changes Mar 20, 2019
docs/CONTRIBUTE_CODE.md Outdated Show resolved Hide resolved
docs/CONTRIBUTE_CODE.md Outdated Show resolved Hide resolved
li-wu
li-wu previously approved these changes Mar 20, 2019
@GordonWang GordonWang dismissed stale reviews from li-wu and lephino via 9812439 March 21, 2019 03:01
@GordonWang GordonWang force-pushed the docs/update-contribute branch from 534cda5 to 9812439 Compare March 21, 2019 03:01
@GordonWang
Copy link
Contributor Author

I have updated the TODO section and add pep8 links.
Then squash the commits, github dismisses previews reviews if the commits are squashed and push again.

Please take a look.

@GordonWang GordonWang requested a review from arctan5x March 21, 2019 03:06
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

### Past / Active(marked as *) Contributors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good Gordon. You and Lynch should also add yourselves to this list.

jmeixensperger
jmeixensperger previously approved these changes Mar 21, 2019
arctan5x
arctan5x previously approved these changes Mar 21, 2019
@GordonWang GordonWang dismissed stale reviews from arctan5x and jmeixensperger via 0797bcd March 22, 2019 03:35
@GordonWang GordonWang merged commit c24f655 into develop Mar 22, 2019
@GordonWang GordonWang deleted the docs/update-contribute branch March 22, 2019 03:36
arctan5x added a commit that referenced this pull request Apr 18, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json
li-wu added a commit that referenced this pull request Apr 18, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)
li-wu added a commit that referenced this pull request Apr 18, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)

* Fix merge conflict bug
li-wu added a commit that referenced this pull request May 8, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)

* Fix merge conflict bug

* Delete tool orca related part (#178)

* add test for jinja template test (#177)

* clean up the logic about sampleDir and jinja_template_dir setting
Add functional test for jinja template generator
Fixes #174
Fixes #167

* revert the change about token, sample mode test cases

* merge the change from develop branch

* merge test conf from develop branch

* use urllib 1.24.2

* format with pep8

* fix bug in template dir resolution

* update test case to address multiline event

* fix a issue that when setup eventgen with 200+ indexers, any exceptions will terminate setup and re-writing default configure files

* Fix bug #179 urlparams is not set (#181)

* fix issue-183

* add modinput ft (#185)

* Issue 159 (#186)

* Fixed timer and token

* Added a conditional for end=-1

* Added timeMultiple logic

* Time Multiple Fix

* Add default pull request reviewers (#190)

* Default to -1 (#189)

* Changed verbose -> verbosity (#191)

* Update README.md (#195)

Like other Splunk products - Splunk Enterprise Security, Splunk Business Workflow ... - Splunk Event Generator does not need a definitive article "The" before the product name.

* update doc for friendly reading and add backward capability section. (#193)

* Update index.md (#194)

Update index.md

* change the sampleDir setting in test cases (#196)

* return status=2 when all tasks finished. (#182)

* return status=2 when all tasks finished.

* Change release verion to 6.3.6 (#200)

* Change release verion to 6.3.6
li-wu added a commit that referenced this pull request May 10, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)

* Fix merge conflict bug

* Delete tool orca related part (#178)

* add test for jinja template test (#177)

* clean up the logic about sampleDir and jinja_template_dir setting
Add functional test for jinja template generator
Fixes #174
Fixes #167

* revert the change about token, sample mode test cases

* merge the change from develop branch

* merge test conf from develop branch

* use urllib 1.24.2

* format with pep8

* fix bug in template dir resolution

* update test case to address multiline event

* fix a issue that when setup eventgen with 200+ indexers, any exceptions will terminate setup and re-writing default configure files

* Fix bug #179 urlparams is not set (#181)

* fix issue-183

* add modinput ft (#185)

* Issue 159 (#186)

* Fixed timer and token

* Added a conditional for end=-1

* Added timeMultiple logic

* Time Multiple Fix

* Add default pull request reviewers (#190)

* Default to -1 (#189)

* Changed verbose -> verbosity (#191)

* Update README.md (#195)

Like other Splunk products - Splunk Enterprise Security, Splunk Business Workflow ... - Splunk Event Generator does not need a definitive article "The" before the product name.

* update doc for friendly reading and add backward capability section. (#193)

* Update index.md (#194)

Update index.md

* change the sampleDir setting in test cases (#196)

* return status=2 when all tasks finished. (#182)

* return status=2 when all tasks finished.

* Change release verion to 6.3.6 (#200)

* Change release verion to 6.3.6

* Fix flaky tests (#204)

* Fix flaky tests

* Rename modinput to mod_input to avoid functional test fail
li-wu added a commit that referenced this pull request Jun 5, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)

* Fix merge conflict bug

* Delete tool orca related part (#178)

* add test for jinja template test (#177)

* clean up the logic about sampleDir and jinja_template_dir setting
Add functional test for jinja template generator
Fixes #174
Fixes #167

* revert the change about token, sample mode test cases

* merge the change from develop branch

* merge test conf from develop branch

* use urllib 1.24.2

* format with pep8

* fix bug in template dir resolution

* update test case to address multiline event

* fix a issue that when setup eventgen with 200+ indexers, any exceptions will terminate setup and re-writing default configure files

* Fix bug #179 urlparams is not set (#181)

* fix issue-183

* add modinput ft (#185)

* Issue 159 (#186)

* Fixed timer and token

* Added a conditional for end=-1

* Added timeMultiple logic

* Time Multiple Fix

* Add default pull request reviewers (#190)

* Default to -1 (#189)

* Changed verbose -> verbosity (#191)

* Update README.md (#195)

Like other Splunk products - Splunk Enterprise Security, Splunk Business Workflow ... - Splunk Event Generator does not need a definitive article "The" before the product name.

* update doc for friendly reading and add backward capability section. (#193)

* Update index.md (#194)

Update index.md

* change the sampleDir setting in test cases (#196)

* return status=2 when all tasks finished. (#182)

* return status=2 when all tasks finished.

* Change release verion to 6.3.6 (#200)

* Change release verion to 6.3.6

* Fix flaky tests (#204)

* Fix flaky tests

* Rename modinput to mod_input to avoid functional test fail

* when hit an exception, make sure egx logs it to files

* Fix circleci status badges (#208)

* Clean up and interval error (#211)

* Fix generatorWorks not work issue (#207)

* Fix navigation error with installed with splunk stream (#214)

* add metric_httpevent plugin

* update log content in metric_httpevent

* add doc for metric_httpevent

* Add 3rd lib in app (#210)

* Add 3rd lib in app

* Bugfix/197 multiprocess not working (#218)

* Fix issue 197 multiprocess not working

* fix issue 219 (#220)

* define httpevent_core and add fix eventgen-httpeventout log handler

* restore samples file

* restore unit test file

* add metric_httpevent plugin

* update log content in metric_httpevent

* add doc for metric_httpevent

* define httpevent_core and add fix eventgen-httpeventout log handler

* restore samples file

* restore unit test file

* Add license credits (#222)

* Feature/multi indexes (#224)

* Fix jinja template bug under SA-Eventgen app

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* add extendIndexes feature

* set extendIndexes as a list value

* upate doc, change num to weight

* calculate generate rate and use sequential index replacement

* update dockerfile

* randomize index replacement in each batch

* Fix jinja template bug under SA-Eventgen app

* Update docs (#146)

* Updated docs, added release notes to changelog

* add python code style lint and format

* Add more unit tests for config module

* calculate generate rate and use sequential index replacement

* update dockerfile

* randomize index replacement in each batch

* fix no len dict out of range

* clean duplicate code

* Revert "Metrics output plugin" (#226)

* [issue 217]disable logging queue in multiprocess mode (#223)

* disable logging queue in multiprocess mode

* Fixed fileName (#229)

* Issue 201 (#221)

* Removing unavailable servers

* Removed nonresponding httpserver

* Added a counter

* fixed a bug

* Added docs and spec

* Addressing unused var

* fixing url reference

* fixed currentreadsize

* Httpevent str formatting

* fix #166 (#192)
li-wu added a commit that referenced this pull request Jun 5, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)

* Fix merge conflict bug

* Delete tool orca related part (#178)

* add test for jinja template test (#177)

* clean up the logic about sampleDir and jinja_template_dir setting
Add functional test for jinja template generator
Fixes #174
Fixes #167

* revert the change about token, sample mode test cases

* merge the change from develop branch

* merge test conf from develop branch

* use urllib 1.24.2

* format with pep8

* fix bug in template dir resolution

* update test case to address multiline event

* fix a issue that when setup eventgen with 200+ indexers, any exceptions will terminate setup and re-writing default configure files

* Fix bug #179 urlparams is not set (#181)

* fix issue-183

* add modinput ft (#185)

* Issue 159 (#186)

* Fixed timer and token

* Added a conditional for end=-1

* Added timeMultiple logic

* Time Multiple Fix

* Add default pull request reviewers (#190)

* Default to -1 (#189)

* Changed verbose -> verbosity (#191)

* Update README.md (#195)

Like other Splunk products - Splunk Enterprise Security, Splunk Business Workflow ... - Splunk Event Generator does not need a definitive article "The" before the product name.

* update doc for friendly reading and add backward capability section. (#193)

* Update index.md (#194)

Update index.md

* change the sampleDir setting in test cases (#196)

* return status=2 when all tasks finished. (#182)

* return status=2 when all tasks finished.

* Change release verion to 6.3.6 (#200)

* Change release verion to 6.3.6

* Fix flaky tests (#204)

* Fix flaky tests

* Rename modinput to mod_input to avoid functional test fail

* when hit an exception, make sure egx logs it to files

* Fix circleci status badges (#208)

* Clean up and interval error (#211)

* Fix generatorWorks not work issue (#207)

* Fix navigation error with installed with splunk stream (#214)

* add metric_httpevent plugin

* update log content in metric_httpevent

* add doc for metric_httpevent

* Add 3rd lib in app (#210)

* Add 3rd lib in app

* Bugfix/197 multiprocess not working (#218)

* Fix issue 197 multiprocess not working

* fix issue 219 (#220)

* define httpevent_core and add fix eventgen-httpeventout log handler

* restore samples file

* restore unit test file

* add metric_httpevent plugin

* update log content in metric_httpevent

* add doc for metric_httpevent

* define httpevent_core and add fix eventgen-httpeventout log handler

* restore samples file

* restore unit test file

* Add license credits (#222)

* Feature/multi indexes (#224)

* Fix jinja template bug under SA-Eventgen app

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* add extendIndexes feature

* set extendIndexes as a list value

* upate doc, change num to weight

* calculate generate rate and use sequential index replacement

* update dockerfile

* randomize index replacement in each batch

* Fix jinja template bug under SA-Eventgen app

* Update docs (#146)

* Updated docs, added release notes to changelog

* add python code style lint and format

* Add more unit tests for config module

* calculate generate rate and use sequential index replacement

* update dockerfile

* randomize index replacement in each batch

* fix no len dict out of range

* clean duplicate code

* Revert "Metrics output plugin" (#226)

* [issue 217]disable logging queue in multiprocess mode (#223)

* disable logging queue in multiprocess mode

* Fixed fileName (#229)

* Issue 201 (#221)

* Removing unavailable servers

* Removed nonresponding httpserver

* Added a counter

* fixed a bug

* Added docs and spec

* Addressing unused var

* fixing url reference

* fixed currentreadsize

* Httpevent str formatting

* fix #166 (#192)

* Change release version to 6.4.0 and add release notes (#232)
li-wu added a commit that referenced this pull request Jun 5, 2019
* Fix jinja template bug under SA-Eventgen app

* Feature timeMultiple (#141)

* Adjusting interval with timeMultiple

* Update issue templates

add the bug report and feature request issue templates

* changing the stanzas to produce data

* Windbag generator/count + end=0 edge cases (#145)

* Generator handling for count = -1, end = 0 working properly

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* [Docs] update contribute docs (#148)

* [Docs] update contribute docs

* [Docs] update the contribute

* Fix make docs bug and summary anchor link error

* init unittest

* [Build] add ut for timeparser functions

* Add more UT for config module

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* Update docs

* Post-PEP8 Fixes (#157)

* skip sort, gitignore 3rd party libs

* fixed yapf ignore, ran format across repo

* Issue 160 (#163)

* Fixed timer and token

* Added a conditional for end=-1

* Update eventgentimer.py

* Fixed timer and token (#162)

* add extendIndexes feature (#154)

* add extendIndexes feature

* set extendIndexes as a list value

* correct log level

* upate doc, change num to weight

* Test fix (#168)

* Add sample functional test for replay mode

* Add token replacement functional tests

* skip failed case

* Added a timeout

* created a results dir

* Update version.json

* Fix previous pep8 format regression bug (#171)

* Fix merge conflict bug

* Delete tool orca related part (#178)

* add test for jinja template test (#177)

* clean up the logic about sampleDir and jinja_template_dir setting
Add functional test for jinja template generator
Fixes #174
Fixes #167

* revert the change about token, sample mode test cases

* merge the change from develop branch

* merge test conf from develop branch

* use urllib 1.24.2

* format with pep8

* fix bug in template dir resolution

* update test case to address multiline event

* fix a issue that when setup eventgen with 200+ indexers, any exceptions will terminate setup and re-writing default configure files

* Fix bug #179 urlparams is not set (#181)

* fix issue-183

* add modinput ft (#185)

* Issue 159 (#186)

* Fixed timer and token

* Added a conditional for end=-1

* Added timeMultiple logic

* Time Multiple Fix

* Add default pull request reviewers (#190)

* Default to -1 (#189)

* Changed verbose -> verbosity (#191)

* Update README.md (#195)

Like other Splunk products - Splunk Enterprise Security, Splunk Business Workflow ... - Splunk Event Generator does not need a definitive article "The" before the product name.

* update doc for friendly reading and add backward capability section. (#193)

* Update index.md (#194)

Update index.md

* change the sampleDir setting in test cases (#196)

* return status=2 when all tasks finished. (#182)

* return status=2 when all tasks finished.

* Change release verion to 6.3.6 (#200)

* Change release verion to 6.3.6

* Fix flaky tests (#204)

* Fix flaky tests

* Rename modinput to mod_input to avoid functional test fail

* when hit an exception, make sure egx logs it to files

* Fix circleci status badges (#208)

* Clean up and interval error (#211)

* Fix generatorWorks not work issue (#207)

* Fix navigation error with installed with splunk stream (#214)

* add metric_httpevent plugin

* update log content in metric_httpevent

* add doc for metric_httpevent

* Add 3rd lib in app (#210)

* Add 3rd lib in app

* Bugfix/197 multiprocess not working (#218)

* Fix issue 197 multiprocess not working

* fix issue 219 (#220)

* define httpevent_core and add fix eventgen-httpeventout log handler

* restore samples file

* restore unit test file

* add metric_httpevent plugin

* update log content in metric_httpevent

* add doc for metric_httpevent

* define httpevent_core and add fix eventgen-httpeventout log handler

* restore samples file

* restore unit test file

* Add license credits (#222)

* Feature/multi indexes (#224)

* Fix jinja template bug under SA-Eventgen app

* Update docs (#146)

* Updated docs, added release notes to changelog

* Bump version

* add python code style lint and format

* Add more unit tests for config module

* Pep8 (#151)

* Format to code standards, addressed linter errors/warnings

* add extendIndexes feature

* set extendIndexes as a list value

* upate doc, change num to weight

* calculate generate rate and use sequential index replacement

* update dockerfile

* randomize index replacement in each batch

* Fix jinja template bug under SA-Eventgen app

* Update docs (#146)

* Updated docs, added release notes to changelog

* add python code style lint and format

* Add more unit tests for config module

* calculate generate rate and use sequential index replacement

* update dockerfile

* randomize index replacement in each batch

* fix no len dict out of range

* clean duplicate code

* Revert "Metrics output plugin" (#226)

* [issue 217]disable logging queue in multiprocess mode (#223)

* disable logging queue in multiprocess mode

* Fixed fileName (#229)

* Issue 201 (#221)

* Removing unavailable servers

* Removed nonresponding httpserver

* Added a counter

* fixed a bug

* Added docs and spec

* Addressing unused var

* fixing url reference

* fixed currentreadsize

* Httpevent str formatting

* fix #166 (#192)

* Change release version to 6.4.0 and add release notes (#232)

* fix modinput init error (#234)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants