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/1.6.19 #443

Merged
merged 87 commits into from
Mar 29, 2022
Merged

Release/1.6.19 #443

merged 87 commits into from
Mar 29, 2022

Conversation

akaila-splunk
Copy link
Contributor

New features and APIs

  • #441 JSONResultsReader added and deprecated ResultsReader
    • Pre-requisite: Query parameter 'output_mode' must be set to 'json'
    • Improves performance by approx ~80-90%
    • ResultsReader is deprecated and will be removed in future releases (NOTE: Please migrate to JSONResultsReader)
  • #437 added setup_logging() method in splunklib for logging
  • #426 Added new github_commit modular input example
  • #392 Break out search argument to option parsing for v2 custom search commands
  • #384 Added Float parameter validator for custom search commands
  • #371 Modinput preserve 'app' context

Bug fixes

  • #439 Modified POST method debug log to not log sensitive body/data
  • #431 Add distsearch.conf to Stream Search Command examples [ issue#418 ]
  • #419 Hec endpoint issue[ issue#345 ]
  • #416 Removed strip() method in load_value() method from data.py file [ issue#400 ]
  • #148 Identical entity names will cause an infinite loop

Minor changes

  • #440 Github release workflow modified to generate docs
  • #430 Fix indentation in README
  • #429 documented how to access modular input metadata
  • #427 Replace .splunkrc with .env file in test and examples
  • #424 Float validator test fix
  • #423 Python3 compatibility for ResponseReader.str()
  • #422 ordereddict and all its reference removed
  • #421 Update README.md
  • #387 Update filter.py
  • #331 Fix a couple of warnings spotted when running python 2.7 tests
  • #330 client: use six.string_types instead of basestring
  • #329 client: remove outdated comment in Index.submit
  • #262 properly add parameters to request based on the method of the request
  • #237 Don't output close tags if you haven't written a start tag
  • #149 "handlers" stanza missing in examples/searchcommands_template/default/logging.conf

Lingda Tang and others added 30 commits July 26, 2016 18:01
…imum recursion depth exceeded". Give a clear message about which applications have this entity.
Seems the import was wrong
This should be a passive change, while providing a useful extension point.
Code is not using request since 8 years :)
Merge develop with master | Release 1.6.18
- removed strip() method in load_value() method, so now response value contain leading and trailing spaces while printing data in console
- added test case for check spaces in username
Removed strip() method in load_value() method from data.py file
removed commented code
ordereddict and all its reference removed
scottsavarese and others added 26 commits January 19, 2022 10:21
documented how to access modular input metadata
Don't output close tags if you haven't written a start tag
Add distsearch.conf to Stream Search Command examples
Replace .splunkrc with .env file in test and examples
Updating broken docs link and adding links to additional references.
- add default time and log formatter in setup_logging() method
- add details of setup_logging() method and logging.conf files in README.md file
added setup_logging() method in splunklib for logging and updated README.md files
- Added check to avoid writing sensitive data in debug logs
- ex. '/storage/passwords' endpoint is having password field in it's body during post method call
Modified POST method debug log to not log sensitive body/data
Update:
- API docs are generated. (Zip file)
- Upload artifact module of github action was used to upload docs zip.
Github release workflow modified
JSONResultsReader added and deprecated ResultsReader
@akaila-splunk akaila-splunk requested a review from fantavlik March 25, 2022 12:55
Copy link
Contributor

@fantavlik fantavlik left a comment

Choose a reason for hiding this comment

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

🚀

@akaila-splunk akaila-splunk merged commit 19acb9a into master Mar 29, 2022
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.