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

Release eventgen 7.1.0. Merge to master branch. #373

Merged
merged 59 commits into from
Apr 6, 2020
Merged

Commits on Aug 1, 2019

  1. Fix structlog dependency for app (#280)

    Li Wu authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b1b6c4a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. zipfile fix (#284)

    Tony Lee authored Aug 20, 2019
    Configuration menu
    Copy the full SHA
    3e4cb1b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Fix bug 286 random token replacement (#287)

    * Fix bug 286 random token replacement
    
    * Change perdayvolume generator logic to get random token value replacement
    Li Wu authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9bcfdfb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Versioning scheme (#278)

    Tony Lee authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    fe50964 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. [global] perDayVolume (#288)

    * exclude global from perDayVolume assignment
    
    * Address comment
    jmeixensperger authored and Li Wu committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    6ef4255 View commit details
    Browse the repository at this point in the history
  2. Fix security vulnerability issue (#289)

    Li Wu authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    aa48a44 View commit details
    Browse the repository at this point in the history
  3. Fix custom plugin stale docs (#290)

    Li Wu authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    77cfabf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Server fix (#293)

    * Flag added
    
    * server fix for count and env clean
    Tony Lee authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f29c332 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Fix bug 285 (#297)

    Li Wu authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1720fee View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Add syslogAddHeader config directive (#296)

    * Add syslog header to event in syslog mode
    patriknordlen authored and GordonWang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    906e4d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    901453c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Using multiprocess pool to address the OOM issue (#301)

    * Using multiprocess pool to address the OOM issue
    
    * Fix test case fail
    Li Wu authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e36b1f8 View commit details
    Browse the repository at this point in the history
  2. Remove workerQueue unfinished tasks (#302)

    jmeixensperger authored and Li Wu committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    48c25c4 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 6.5.2

    Lynch Wu committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    0b8e3f8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-6.5.2' into develop

    Lynch Wu committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    8ff4033 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. controller fix (#304)

    * controller fix
    Tony Lee authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    684d1f4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    Tony Lee authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    88fcd5d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. variable assignment fix (#306)

    Tony Lee authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    8dfcd1e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    Tony Lee authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    3b473ad View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    25a7f1c View commit details
    Browse the repository at this point in the history
  2. Fix security vulnerability issue reported by GitHub (#309)

    Li Wu authored and Tony Lee committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    418eeeb View commit details
    Browse the repository at this point in the history
  3. make controller also hit redis on healthcheck (#311)

    Devmalion authored and Tony Lee committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    b6b4de5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into develop

    Tony Lee authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    b0183fa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Fixed typo (#313)

    Tony Lee authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5352ac2 View commit details
    Browse the repository at this point in the history
  2. update redis version to use new functions (#318)

    Devmalion authored and Tony Lee committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f8e4406 View commit details
    Browse the repository at this point in the history
  3. Update tutorial related docs (#315)

    Li Wu authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f22869a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Revert oom fix change (#320)

    Li Wu authored and Tony Lee committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    ef61674 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. make circle ci fail when test case fails (#317)

    GordonWang authored and Li Wu committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    e8c460b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Add disable logging option to fix oom (#323)

    * Add disable logging option to fix oom
    
    * Fix modular input bug
    Li Wu authored and Tony Lee committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b95b59d View commit details
    Browse the repository at this point in the history
  2. Fixing api server (#322)

    * fixed multiple attributes
    
    * debug
    Tony Lee authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    e0a02e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Py3 upgrade (#291)

    * init commit for python 3 migration
    
    * migrate to py3 for test
    
    * Fix import issue
    
    * Fix test cases
    
    * Fix jinja test case
    
    * Fix multiprocess issue
    
    * Fix a few warnings
    
    * Fix test case fail
    
    * Fix test case
    
    * Fix cluster test cases
    
    * Fix set_conf error
    
    * Fix shebang
    
    * Remove logutils lib from source
    
    * Fix splunkstream import error
    
    * Remove logutils from requirements.txt
    
    * Fix build spl error
    
    * Change code block indent
    
    * Fix doc anchor issue
    
    * Fix app running on Splunk 8.0 issue
    
    * Fix xrange issue introduced by develop branch
    
    * Fix merge bug
    
    * Fix bug
    
    * remove logutils
    
    * Fix makefile bug
    
    * Fix configparser bug
    
    * Change filter function
    Li Wu authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    523ea23 View commit details
    Browse the repository at this point in the history
  2. Bump version to 7.0.0

    Lynch Wu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    188ac04 View commit details
    Browse the repository at this point in the history
  3. Fix dateutil package bug

    Lynch Wu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e508bc2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-7.0.0' into develop

    Lynch Wu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    807ce11 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. cleanup memory (#326)

    * cleanup memory
    
    * addressing comment
    Tony Lee authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f535790 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Fixed standalone healthcheck (#328)

    Tony Lee authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7e3fd76 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Add python2 libs required by perf test case (#331)

    Li Wu authored and Tony Lee committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ac58f6b View commit details
    Browse the repository at this point in the history
  2. make splunk_eventgen as a module (#332)

    GordonWang authored and Tony Lee committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e665658 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Fix oom caused by ujson (#336)

    * Fix oom caused by ujson
    
    * Fix test env
    Li Wu authored and Tony Lee committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    64d0935 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. add release automation script (#335)

    * add release automation script
    GordonWang authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    1ecce27 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Fix process leak and start/stop 500 issue (#344)

    * Fix process leak and start/stop 500 issue
    
    * Fix test case fail
    Li Wu authored Nov 8, 2019
    Configuration menu
    Copy the full SHA
    34f06af View commit details
    Browse the repository at this point in the history
  2. Fix high system load issue (#345)

    Li Wu authored and Tony Lee committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a9e5600 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Adding an option (#340)

    * Adding an option
    
    * Adding ujson2 for python3 as well
    
    * minor improvements
    Tony Lee authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    6193825 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Scp plugin (#343)

    * intermediate code for scp_plugin
    
    * code clean up
    
    * Added doc
    
    * revert windbag
    
    * Cap
    
    * added test
    Tony Lee authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9ffbcbc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. revert (#347)

    Tony Lee authored and Li Wu committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    1b695d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. changing name (#349)

    Tony Lee authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    fbe8b25 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Change (#350)

    Tony Lee authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    9730801 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. change token type (#351)

    jmeixensperger authored and Tony Lee committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    775b1a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Add multithread support (#353)

    * Add multithread support
    
    * Fix typo
    Li Wu authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    20603c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Revert coverage version to 4.5.4 (#355)

    Li Wu authored and Tony Lee committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    38a201a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Fix CI failure cased by jinja new version and update the log config t…

    …o reduce log in app (#358)
    Li Wu authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f33c072 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    6cf054b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    305552d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    addcc9f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. regex stanza bugfix (#365)

    * prelim changes
    
    * fix regex length matching
    
    * fix wildcard sample + csv cases
    
    * small csv fix, add test case
    
    * revert accidental change
    
    * Upgraded test instance
    
    * add httpevent collector
    
    * forgot to update stanza name
    
    * add escape for csv matching + test case
    
    * add sample, remove stanza
    
    * push not working
    
    Co-authored-by: tonyl <[email protected]>
    jmeixensperger and tonyl authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e91d4b8 View commit details
    Browse the repository at this point in the history
  2. Improvement/release script (#368)

    * add PR to master
    
    * update title in sent PR
    
    Co-authored-by: Li Wu <[email protected]>
    GordonWang and Li Wu authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d175b10 View commit details
    Browse the repository at this point in the history
  3. Correct python2/3 issue (#363)

    * msg must be a bytes like object
    
    * msg must be a bytes like object
    
    Co-authored-by: Li Wu <[email protected]>
    Ryan Faircloth and Li Wu authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d96d1a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a5eb17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9316e19 View commit details
    Browse the repository at this point in the history