Releases: jerewill-cisco/intersight-splunk-addon
v1.3.1
v1.3.0
- 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
- 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
v1.2.7
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
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
- 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
First public release