Date: Sun, 05 Jul 2020 13:30:40 +0000 From: bugzilla-noreply@freebsd.org To: elastic@FreeBSD.org Subject: maintainer-feedback requested: [Bug 247776] sysutils/beats7: Filebeat dashboards fail to install on setup Message-ID: <bug-247776-37421-9vbQzjx3Mj@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobod= y) <elastic@FreeBSD.org> for maintainer-feedback: Bug 247776: sysutils/beats7: Filebeat dashboards fail to install on setup https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247776 --- Description --- I configured the following values in /usr/local/etc/beats/filebeat.yml: setup.dashboards.enabled: true setup.dashboards.directory: /usr/local/share/beats/filebeat/kibana After starting the service with service filebeat start, the console throws = the following errors for each json file in /usr/local/share/beats/filebeat/kibana/7/dashboard/: error loading /usr/local/share/beats/filebeat/kibana/7/dashboard/Filebeat-logstash-log.js= on: returned 500 to import file: <nil>. Response {"statusCode":500,"error":"Internal Server Error","message":"An internal se= rver error occurred"} Furthermore, I found the following errors in /var/log/kibana.log: {"type":"log","@timestamp":"2020-07-03T12:49:49Z","tags":["warning","savedo= bjec ts-service"],"pid":62625,"message":"Failed to transform document [object Object]. Transform: visualization:7.0.0\nDoc: {\"id\":\"0b1dace0-cbdb-11e7-9852-73e0a9df1bb6-ecs\",\"type\":\"visualizati= on\" ,\"attributes\":{\"description\":\"\",\"kibanaSavedObjectMeta\":{\"searchSo= urce JSON\":{\"filter\":[],\"query\":{\"language\":\"kuery\",\"query\":\"\"}}},\= "tit le\":\"Logs Severity [Filebeat Logstash] ECS\",\"uiStateJSON\":{},\"version\":1,\"visState\":{\"aggs\":[{\"enabled\"= :tru e,\"id\":\"1\",\"params\":{},\"schema\":\"metric\",\"type\":\"count\"},{\"e= nabl ed\":true,\"id\":\"2\",\"params\":{\"field\":\"log.level\",\"order\":\"desc= \",\ "orderBy\":\"1\",\"size\":5},\"schema\":\"segment\",\"type\":\"terms\"}],\"= para ms\":{\"addLegend\":true,\"addTooltip\":true,\"isDonut\":true,\"legendPosit= ion\ ":\"right\",\"type\":\"pie\"},\"title\":\"Logs Severity [Filebeat Logstash] ECS\",\"type\":\"pie\"},\"savedSearchRefName\":\"search_0\"},\"migrationVer= sion \":{\"visualization\":\"6.7.2\"},\"updated_at\":\"2020-07-03T12:49:49.573Z\= ",\" references\":[{\"type\":\"search\",\"name\":\"search_0\",\"id\":\"cfaba090-= cbda -11e7-9852-73e0a9df1bb6-ecs\"}]}"} {"type":"error","@timestamp":"2020-07-03T12:49:49Z","tags":[],"pid":62625,"= leve l":"error","error":{"message":"Failure attempting to migrate saved object 'Logs Severity [Filebeat Logstash] ECS' - SyntaxError: Unexpected token o in JSON at position 1","name":"Error","stack":"Error: Failure attempting to migrate saved object 'Logs Severity [Filebeat Logstash] ECS' - SyntaxError: Unexpected token o in JSON at position 1\n at migrateTableSplits (/usr/local/www/kibana7/src/plugins/visualizations/server/saved_objects/vis= uali zation_migrations.js:573:11)\n at /usr/local/www/kibana7/node_modules/lodash/index.js:3375:35\n at tryTransformDoc (/usr/local/www/kibana7/src/core/server/saved_objects/migrations/core/docum= ent_ migrator.js:224:22)\n at migrateProp (/usr/local/www/kibana7/src/core/server/saved_objects/migrations/core/docum= ent_ migrator.js:281:11)\n at applyMigrations (/usr/local/www/kibana7/src/core/server/saved_objects/migrations/core/docum= ent_ migrator.js:180:11)\n at DocumentMigrator.transformAndValidate [as transformDoc] (/usr/local/www/kibana7/src/core/server/saved_objects/migrations/core/docum= ent_ migrator.js:159:43)\n at DocumentMigrator.doc [as migrate] (/usr/local/www/kibana7/src/core/server/saved_objects/migrations/core/docum= ent_ migrator.js:52:19)\n at KibanaMigrator.migrateDocument (/usr/local/www/kibana7/src/core/server/saved_objects/migrations/kibana/kib= ana_ migrator.js:142:34)\n at objects.map.object (/usr/local/www/kibana7/src/core/server/saved_objects/service/lib/repositor= y.js :227:74)\n at Array.map (<anonymous>)\n at SavedObjectsRepository.bulkCreate (/usr/local/www/kibana7/src/core/server/saved_objects/service/lib/repositor= y.js :211:37)\n at SavedObjectsClient.bulkCreate (/usr/local/www/kibana7/src/core/server/saved_objects/service/saved_objects= _cli ent.js:46:35)\n at EncryptedSavedObjectsClientWrapper.bulkCreate (/usr/local/www/kibana7/x-pack/plugins/encrypted_saved_objects/server/saved= _obj ects/encrypted_saved_objects_client_wrapper.js:80:89)\n at process._tickCallback (internal/process/next_tick.js:68:7)"},"url":{"protocol":null,"slashes":nul= l,"a uth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":"?ex= clud e=3Dindex-pattern&force=3Dtrue","query":{"exclude":"index-pattern","force":= "true"}, "pathname":"/api/kibana/dashboards/import","path":"/api/kibana/dashboards/i= mpor t?exclude=3Dindex-pattern&force=3Dtrue","href":"/api/kibana/dashboards/impo= rt?exclu de=3Dindex-pattern&force=3Dtrue"},"message":"Failure attempting to migrate saved object 'Logs Severity [Filebeat Logstash] ECS' - SyntaxError: Unexpected token o in JSON at position 1"} I tried replacing the JSON files with the corresponding files from https://github.com/elastic/beats to no avail. Workaround: 1. Downloaded beat from https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.7.1-linux-= x86_ 64.tar.gz 2. Unpackaged tar file (tar -xvf filebeat-7.7.1-linux-x86_64.tar.gz) 3. Copied json files to expected location (cp filebeat-7.7.1-linux-x86_64/kibana/7/dashboard/*.json /usr/local/share/beats/filebeat/kibana/7/dashboard/) 4. Start the service (service filebeat start)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247776-37421-9vbQzjx3Mj>