Skip to content

Releases: splunk/vscode-extension-splunk

v0.3.2

20 Oct 23:03
Compare
Choose a tag to compare

What's Changed

  • Updated type handler for outputs.conf. Issue #99
  • Updated URL for globalConfig.json file
  • Fix issue preventing Windows installation of SPL2 Java requirements
  • Fixes for various SPL2 installation issues across platforms
  • Improved error messaging for commond SPL2 scenarios
  • Fix port behavior for 443 in SPL2 calls
  • Fix to support executing SPL2 cells for apps other than search

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

17 Jul 21:10
Compare
Choose a tag to compare

Minor updates to SPL language server handling.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Jul 01:00
Compare
Choose a tag to compare

New Features

  • Added SPL Notebook functionality. Splunk Notebooks provide the ability to author SPL Notes, execute SPL Notes as search jobs, and view results in Visual Studio Code.

Issues fixed

  • Updated setting checking for additional types. Issues #74 and #84
  • Added hander for setting changes. Issue #80
  • Updated stanza separator handling. Issues #71, #72, #73 and #75
  • Updated handling of inputs.conf. Issue #71
  • Updated SSL setting handling to address the error message “Could not enumerate saved searches. self signed certificate in certificate chain". Issue #69

What's Changed

New Contributors

Full Changelog: v0.2.10...v0.3.0

v0.2.10

23 Sep 17:11
Compare
Choose a tag to compare
  • Added spec files for Splunk 9.0
  • Added CIM tags to auto complete and linting when editing tags.conf. Issue #25
  • Fixed issue where free form stanza settings appeared invalid. Issue #60
  • Fixed issue that marked some [default] stanzas as invalid. Issue #62
  • Fixed issue that marked python.version settings invalid for modular inputs in inputs.conf. Issue #50
  • Fixed issues with searchbnf.conf files. Issue #49
  • Added version to spec config object so that special version comparisons and fixes can be implemented. See issue #53
  • Added option to enable certificate verification. See issue #63

v0.2.8

28 Aug 01:09
3e78f72
Compare
Choose a tag to compare
  • Added spec files for Splunk 8.1 and 8.2
  • Slight code refactor to support unit testing. Also, Mocha unit tests were added.
  • Fixed issue where settings containing curly braces ({}) did not render choices. Issue #40
  • Fixed syntax highlighting issue for settings that contain a comma (,). Issue #42
  • Added support for eventgen.conf files. Issue #27
  • Replaced request package with axios since request has been deprecated.
  • Added dynamic snippets. Issue #20
  • Added snippets for globalConfig.json files.

v0.2.6

30 Jan 00:37
5a1a0d0
Compare
Choose a tag to compare
  • Fixed an issue where setting names contained <name>. Issue #33
  • Fixed an issue reading serverclass.conf.spec. Issue #35
  • Fixed a Windows path issue when creating custom search commands, custom REST handlers, and modular visualizations. Issue #36
  • Added functionality to preview the UI that ucc-gen creates from globalConfig.json.

v0.2.5

30 Sep 04:11
e931744
Compare
Choose a tag to compare

Updated how diagnostics work due to a Visual Studio Code update.

v0.2.4

24 Jul 16:26
46ef1dd
Compare
Choose a tag to compare

Fixed an issue where prefix stanzas where not recognized. Examples: [author=<name>] #22, [eventtype=name] #24, [role_<name>] #28
Fixed an issue displaying invalid interval for script:/// stanzas. Issue #21

v0.2.3

24 Apr 00:08
ccb5f34
Compare
Choose a tag to compare

Added support for multi-line .conf file settings using \ as a line continuation.

v0.2.2

07 Apr 19:23
Compare
Choose a tag to compare

Version 0.2.2 introduces additional parameter value checking, scaffolding for building custom Splunk REST handlers, and improved remote debugging capabilities.