Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:46:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        elastic@FreeBSD.org
Subject:   [Bug 247776] sysutils/beats7: Filebeat dashboards fail to install on setup
Message-ID:  <bug-247776-37421-Mfl3NNy9wr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247776-37421@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247776-37421@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247776

--- Comment #6 from sirdice@gmail.com ---
Still happening with 7.10.0 too. Dug a little deeper and tried to compare t=
he
json files with the ones from the Linux archive and I noticed a few differe=
nces
that might be important.=20

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 bec=
ause
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 struc=
ture
instead of a literal string value.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247776-37421-Mfl3NNy9wr>