[Bug 247776] sysutils/beats7: Filebeat dashboards fail to install on setup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 10 21:46:55 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247776

--- Comment #6 from sirdice at gmail.com ---
Still happening with 7.10.0 too. Dug a little deeper and tried to compare the
json files with the ones from the Linux archive and I noticed a few differences
that might be important. 

Picked Filebeat-apache.json but they all appear to have the same kind of
differences.

The linux version has this:
                "kibanaSavedObjectMeta": {
                    "searchSourceJSON": "{\"filter\": []}"
                },

But on FreeBSD it's defined like this:
                "kibanaSavedObjectMeta": {
                    "searchSourceJSON": {
                        "filter": []
                    }

It looks like the value of "searchSourceJSON" should be taken literally because
the value is embedded in quotes. The literal value is a string containing a
JSON structure. On FreeBSD the JSON seems to have been parsed as as a structure
instead of a literal string value.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-elastic mailing list