ppadovani / KibanaNestedSupportPlugin

A plugin for Kibana 5.5 and beyond that adds support for nested field search and aggregation.
https://ppadovani.github.io/knql_plugin/overview/
Apache License 2.0
79 stars 7 forks source link

6.4.2 - Error Editing Index Fields #98

Closed Tishinator closed 5 years ago

Tishinator commented 6 years ago

Plugin version: 6.4.2

Kibana version: 6.4.2

Plugins installed: KibanaNestedSupport(this one)

Description of the problem including expected versus actual behavior: When you go to the Management UI ->Index Patterns and try and edit a field, it results in an error page. The expected behavior is when you click the edit button it takes you to the edit UI for that specific field.

This behavior did not occur in the 6.3 version of the plugin

Steps to reproduce:

  1. Click on the Management Tab
  2. Click on the Index Patterns option under Kibana
  3. Click on the edit button on any field (by hovering over the field the edit button will appear on the right)
    1. [ACTUAL] Error page appears. [Expected] Edit field UI page

Errors in browser console (if relevant):
[Error not in console, rather on screen when you go to the edit field UI page] Uncaught TypeError: Cannot read property 'replace' of undefined (http://seismic-sigrepo:5601/bundles/vendors.bundle.js:227)

Provide logs and/or server output (if relevant): No Logging Errors occurred.

If using docker, include your docker file:

ppadovani commented 5 years ago

I should be able to fix this as part of a release this weekend along with #99

ppadovani commented 5 years ago

Fixed and released