Kibana - reporting option is missing - kibana

According to Getting Started page there is an option of Reporting present in Dashboards.
But it is not present in any of my dashboards. Here how my top bar looks like :
What am I missing?
I am using kibana 6.3 version.

Related

Organization option not available in CVAT user menu

I installed the latest CVAT version on Windows 10 (using docker) following the instructions from their guide:
https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/#windows-10
I was looking for a way to show/hide tasks/projects based on the group a user is assigned to. I then came upon Organizations in their guide.
https://openvinotoolkit.github.io/cvat/docs/manual/advanced/organization/#personal-workspace
When I open my user menu there is no option showing organization.
My first thought was that I didn't have the latest version, but I reinstalled it using (https://github.com/openvinotoolkit/cvat) and I still don't see the option.
Am I missing something?

Flexdashboard shiny deployment with updating data

I deployed a flexdashboard shiny app to shinyapps.io, which worked fine. However, I want the dashboard to automatically update when the data file on google drive updates. What are my options for setting this up? I don't want to continously manually deploy a new version to shinyapps.io.
I was looking for the same, and I found the following :
Option #1 : you can try to connect to a data base using shinyapp.io
ref: https://docs.rstudio.com/shinyapps.io/applications.html
Option #2 : you can work with RStudio Connect
After doing some research, I would go with option 2, because :
you set up an environment to publish your dashboard.
you have the right environment to maintain, control and update the data.
The following article explains the steps to set up an environment to answer the need
source : https://medium.com/rstudio-connect-digest/basic-builds-how-to-update-data-in-a-shiny-app-on-rstudio-connect-48593902b1e2
The following article allows you to understand the difference between shinyapp.io and RStudio connect.
Initially I pusblished my dashboard in Shinyapp.io, buying a monthly licence, but now I realized RStudio Connect was a better choice.
To understand the difference, I am posting the following comparison:
https://support.rstudio.com/hc/en-us/articles/217240558-What-is-the-difference-between-RStudio-Connect-and-shinyapps-io-

OpenVAS - Not able to download report after scan

OpenVAS Version: OpenVAS 9 Community Edition, Greenbone OS 4.1.7
I am using OpenVAS appliance installed in Hyper-V virtual machine.
I have scanned my network and got the results. I'am able to view the scan results, but I couldn't download the report in any format (like PDF, XML etc).
There is no option to select the format also. It shows, No results found.
Screen shot attached.
The GSM Community Edition was released in a new version 4.2 and now includes the report formats again as announced:
One noteworthy bugfix: In GCE 4.1 the report plugins were missing and now are back.
Disclaimer: Answer of a NVT Developer # Greenbone
It took me a while to figure this one out as I too had the same issue. You need to import the report types. However the link to import them no longer works. As far as i can tell this version of OpenVAS does not support exporting of reports.
I have since downloaded a VM of KaliLinux and installed Openvas in there. this works perfectly and includes exportable reports!
For version 7 of openvas just go to the configuration tab and Alerts.
Create a new alert
Once the window is open, scroll down and you will find the drop-down list with the different export format.
If export does not work, download the missing package with the yum command.

Migrating dashboards from Kibana 4 to Kibana 5

I'm trying to migrate my old dashboards fron kibana 4.1.2 to kibana 5.0.0. , but haven't been able to successfully do it.
I took an export of my searches, visualisations and dashboards from the older version and imported it to the newer version. But, the visualisations said they didn't find they couldn't locate index-pattern.
Saved Objects: Could not locate that index-pattern (id: [logstash-]YYYY.MM.DD)
Error: Could not locate that index-pattern (id: [logstash-]YYYY.MM.DD)
at updateFromElasticSearch (http://development-log-server*****.com:5601/bundles/kibana.bundle.js?v=14438:25:9602)
at http://development-log-server*****.com:5601/bundles/kibana.bundle.js?v=14438:25:13725
at processQueue (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:38:23621)
at http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:38:23888
at Scope.$eval (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:39:4619)
at Scope.$digest (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:39:2359)
at Scope.$apply (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:39:5037)
at done (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:37:25027)
at completeRequest (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:37:28702)
at XMLHttpRequest.xhr.onload (http://development-log-server*****.com:5601/bundles/commons.bundle.js?v=14438:37:29634)
I would really appreciate if someone could steer me in the right direction and even more grateful if someone could point me to a tool to do the migration.
And please let me know if more information is needed.
Thanks,
Ashutosh Singh
I doubt you could do that in a simple manner, considering a downtime. Maybe you could give it a try by using elasticdump. Moving the index data to another instance could be a pain but then you could use the python elasticsearch library (SO).
Or else you could store it as Objects and then import them back. Storing it as a JSON, was added back in Kibana 4.1. Hope this helps.
A clear guide to managing kibana visualizations and dashboards.

Unable to get elevate.xml working with Apache Solr 1.4

I’ve searched high and low for this via Google and the Solr wiki page, and cannot find the answer.
My problem:
I’m having trouble getting the elevate.xml working. I believe the problem is that I don’t know what the “doc id” is supposed to be within the elevate.xml. For example, if I search for “ice cream” I want it to return www.mydomain.com/page/2 as the first result.
<query text="ice cream">
<doc id="What Goes In Here??" />
</query>
What I’ve tried:
I tried entering in that exact URL(example: www.mydomain.com/page/2), I’ve also searched for the page on http://localhost:8983/solr/admin/, which brings up the an XML response. I’ve taken the value from the “ID” child element (which is “9c3ec5/node/3564”) from this and tried it.
Neither of these seem to work. I’ve also restarted the service after each change (this is running on a Windows 2008R2 Server as a service)
Environment Info:
Apache Solr 1.4.1 is running on Windows Server 2008 R2 (64bit). I’m searching using the Drupal Content Management System (version 6.22). Search is working great, except for this.
Any Ideas?
Does anyone have any ideas? Do I need to reindex the content?
The "doc id" is the value of the unique key of the document you want to elevate.
I found the answer to this question and documented it at http://drupal.org/node/1338914

Resources