Skip to content

Releases: jerewill-cisco/intersight-splunk-addon

v1.3.1

03 Aug 20:22
b3cf2a0
Compare
Choose a tag to compare
  • Found a serious bug #26 in checkpointing that might cause Audit Logs and Alerts to never be retrieved for an input
  • Additional pruning for cisco:intersight:computePhysicalSummaries and a few other items
  • Added cisco:intersight:equipmentChassis to Compute inventory

v1.3.0

28 Jul 16:11
3109dee
Compare
Choose a tag to compare
  • Added new Inventory option for Intersight licensing
    • cisco:intersight:licenseAccountLicenseData
    • cisco:intersight:licenseLicenseInfos
  • Added NetApp, Pure, and Hitachi to Inventory options with new sourcetypes for storage partner inventory
    • cisco:intersight:storageHitachiArrays
    • cisco:intersight:storageHitachiControllers
    • cisco:intersight:storageHitachiVolumes
    • cisco:intersight:storageNetAppClusters
    • cisco:intersight:storageNetAppNodes
    • cisco:intersight:storageNetAppStorageVms
    • cisco:intersight:storageNetAppVolumes
    • cisco:intersight:storagePureArrays
    • cisco:intersight:storagePureControllers
    • cisco:intersight:storagePureVolumes
  • In addition, added cisco:intersight:convergedinfraPods to NetApp inventory to support FlexPod, the first Integrated System supported by Intersight
  • Added two new sourcetypes to Hyperflex inventory
    • cisco:intersight:hyperflexStorageContainers
    • cisco:intersight:hyperflexLicenses to Hyperflex inventory
  • Added a new `intersight_tags` macro for converting Tags into fields (see documentation on GitHub for example usage)
  • Added field extractions to cisco:intersight:computePhysicalSummaries to attempt to decode the Model field into useful sub-bits (see the following fields: ModelGeneration, ModelSeries, ModelType, ModelVariant)
  • Added field extraction to cisco:intersight:networkElementSummaries for the ModelGeneration field
  • Set DATETIME_CONFIG = NONE in props.conf for all sourcetypes to prevent automatic datetime extraction
  • Added some basic field extractions to the Add-on logs (sourcetype=taintersightaddon:log)

v1.2.9

18 Jul 18:37
d554b83
Compare
Choose a tag to compare
  • Fixed an issue that could cause the add-on to fail while processing an HX cluster that has very stale data
  • Added RegisteredDevice to computePhysicalSummaries, networkElementSummaries, and hyperflexClusters
  • Added Encryption to hyperflexClusters
  • Pruned additional items from the Drives elements of the hyperflexNodes sourcetype to prevent records from exceeding 10k bytes
  • Pruned additional items from the hyperflexClusters sourcetype to prevent records from exceeding 10k bytes
  • Pruned a few items from all of the inventory types to improve consistency and relevance
  • Updated example searches on Github to include RegisteredDevice.ConnectionStatus
  • Added an additional log message to warn when records exceed the 10k size limit

v1.2.8

11 Jul 20:13
f95c837
Compare
Choose a tag to compare

This release is primarily focused on code improvements and permanent fixes for #11 and #12.

v1.2.7

30 Jun 00:55
4d8df7e
Compare
Choose a tag to compare

Worked around an issue that could cause the addon to fail if an Alarm or Audit Log event happen exactly at the second boundary and didn't leave any fraction of a second. A more mathematically correct fix will have to wait for a future update.

Worked around an issue that could cause the add-on to fail if the compute HCL query encountered a record that was associated with a server that's no longer licensed for the HCL feature. This, too, will get a more thorough fix at some point in the future.

v1.2.6

27 Jun 20:48
b9c9989
Compare
Choose a tag to compare

Fixed an issue that could cause the add-on to fail if the Intersight SaaS account did not have any servers licensed at Essentials or higher when either the Compute inventory (because of the HCL feature) or Advisories Inventory items were selected.

Fixed an issue that would cause the add-on to fail if Hyperflex inventory was selected and no Hyperflex clusters were present.

v1.2.5

27 Jun 15:08
9107f3e
Compare
Choose a tag to compare
  • Added support for v3 API keys from Intersight. Either v2 or v3 keys may be used now.
  • Changed Inventory selection in the input from many checkboxes to a single multiple dropdown.
  • Compute HCL status (sourcetype='cisco:intersight:condHclStatuses') data added as a part of compute inventory type.
  • Contract Status (sourcetype='cisco:intersight:assetDeviceContractInformations') data added as a new inventory type.
  • HTTP Proxy support added
  • General code improvements

v1.1.0

17 Jun 18:34
Compare
Choose a tag to compare

First public release