Skip to content

Releases: billmurrin/graylog-plugin-quickvaluesplus-widget

4.0.0 beta Release - Compatible with Graylog 2.4.x

09 May 09:18
Compare
Choose a tag to compare

I'm happy to announce the release of QuickValuesPlus (QVP) 4.0.0 beta. This version provides compatibility with Graylog 2.4. It has been tested in 2.4.0 and 2.4.4, but should also work on the other 2.4.x versions.

Please take it for a test spin and let me know what you see in the Issues.

When replacing the old version of the plugin:

  1. Stop graylog
  2. Remove/delete the old plugin from the plugins folder.
  3. Copy the New plugin to the plugins folder.
  4. Start Graylog
  5. When viewing from the browser, clear the browser cache (Sometimes force refresh - Ctrl + F5 will do the trick) first.

Thanks for your help in advance. Mahalo.

3.1.0 Release - More configuration options

14 Jan 00:44
Compare
Choose a tag to compare

I am happy to announce version 3.1.0 of the QuickValuesPlus (QVP) plus. Below is a list of changes in this version. Works with Graylog 2.3 only. Support for version 2.4 is coming soon!

  • Merged #32 (Thanks @pbr0ck3r) - Add options to show/hide search buttons when creating a widget
  • Can specify default configuration for the following display options:
    • Add / Remove to Search Bar (Field Analyzer)
    • Pie Chart Visibility
    • Show Terms with Hyperlinks (Only applies to Dashboards)
    • Exclude Term from Widget Search query button (Only applies to Dashboards)
    • Open Search Term Query in New Window (Only applies to Dashboards)
    • Data Table Visibility is not a global configuration, only on widgets
  • Fixed issue #31 - Quick Values in Dashboard keep changing colors
  • Removed debug code added in version 3.0. Not needed.

Sample of Widget Customization
Dashboard Customization

See a bug or have a feature request? Please file an Issue.

3.0.3 - Additional Bug Fixes

06 Jan 21:43
Compare
Choose a tag to compare

This release resolves the following:

  • Fixed Open Search in New Window button for undefined stream_id. Version 3.0.2 only fixed the links, not the button.
  • Fixed bug - The Global configuration values weren't being sent to the WidgetCreationModal component upon the initial Widget load - it required a menu selection first.
  • Fixed bug - WidgetCreationModal config prop value was being reset to the default values in QuickValuesPlusWidgetCreateConfiguration after the Widget was added to a Dashboard.
  • Fixed WidgetMetaData GitHub page link.

3.0.2 Release - A Couple of Bug Fixes

06 Jan 10:20
65bfcbe
Compare
Choose a tag to compare

This release resolves the following issues:

  • Issue #34 - invalid URLs for invalid search stream.
  • .deb/.rpm plugins were not being created properly due to invalid Travis CI config.

Thanks to everyone who has reported issues.

I'll be shifting focus to version 3.1 development of the plugin. There are some features/issues to resolve, PRs by the community to merge and Graylog 2.4 interoperability.

v3.0.1 - Fixes Two Major Bugs.

03 Sep 03:33
Compare
Choose a tag to compare

This release fixes two major bugs that were affecting most users.

  1. As reported in Issue #25 and Issue #26, many users were receiving errors related to a "null top_values". This was due to a lack of migration for the plugin and has been resolved. For those that had set the Plugin Configuration manually at some point, you were probably not affected by the issue.
  2. Using auto-updates (E.g. 1 second, 5 seconds, etc.) or saved searches in the Stream/Search page was causing the plugin to reset to the Globally configured value instead of persisting the value that had been selected by the user. The intent is to allow the user to modify the values of the plugin, via the options menu, until the point that the plugin is Dismissed. At dismissal, the plugin will reset to the Globally configured values.

Upon updating to 3.0.1, you should force reload the page (Ctrl + F5) or clear the cache on your browser to ensure the old version is removed.

If you run into issues, a debug version of the plugin, with verbose logging enabled for the browser console, is available at the following location - DEBUG VERSION. Please file an ISSUE being as descriptive as possible and (if possible) provide console output from the DEBUG version of the plugin.

  • Thanks to @pbr0ck3r for helping to troubleshoot the issue and @andbus for the initial report.

v3.0.0 - Works Graylog 2.3 and Many New Features

23 Aug 09:18
Compare
Choose a tag to compare

This release brings about the following new features:

  • Terms now have links and can be clicked on to view the term-related search (Preserves widget time frame and search query)
  • A button is present for opening the term-related search in a new window/tab
  • Provides "Exclude from Query" button if the user has permissions to edit the dashboard. Can filter out noise from the widget now.
  • Able to modify the field name in the widget configuration.
  • Can now define global default options for the widget under System -> Configurations

NEW - Version 3 Dashboard Features
alt text

NEW - Version 3 Editable Field Name
alt text

NEW - Version 3 Globally Configurable Default Values
alt text

Changes
#18 - Error adding to Dashboard GL 2.3.0 bug
#12 - Make compatible with Graylog 2.3.0
#9 - Support Customization of Widget Default Values enhancement
#8 - Make Customize drop-down Disappear After Selection bug
#7 - Fix true ascending query in FieldAnalyzer mode bug
#6 - Allow field to be modifiable enhancement
#5 - Add hyperlinks to Dashboards enhancement

Special Thanks

v2.1.0 - NEW Customize Menu

23 Apr 10:44
Compare
Choose a tag to compare

This version adds a Customize Menu so that the Sort Order, number of Top Values and Table Size can be modified in the Search/Stream Views. The values selected from the menu will persist to the configuration screen when you select Add To Dashboard.

alt text

See the README for additional information. Please report an Issue if you are having issues or would like to request a feature be added to the QuickValuesPlus Widget. Mahalo!

Quick Values Plus Widget Initial Release v2.0.0

21 Feb 08:37
Compare
Choose a tag to compare

Version 2.0.0 of the Quick Values Plus Widget brings compatibility with GrayLog 2.2.1. See the README for more information.

Quick Values Plus Widget Initial Release v1.0.0

05 Feb 12:00
Compare
Choose a tag to compare

I am happy to announce the initial release of the GrayLog2 Quick Values Plus Widget. This widget was created to enhance the Quick Values Plus Field Analyzer which ships with GrayLog2. I felt there was a lack of Web UI related widgets available in the community and wanted to do my part to give back to this great project. Special thanks to the development team of GrayLog for making such a great OSS project.

Features

  • "Remove from Search" button negates field in the search bar for you.
  • Sort the table in either ascending or descending mode (default is descending)
  • Customize the size of Data Table
  • Customize the number of Top / Bottom values that are color-coded (default is 5)

This release was tested in GrayLog 2.1.3.

If you find any bugs or would like to see additional features, please submit an issue.