Reporting button not showing in 6.5.1

Hi Community,
I am confused as should I be able to see 'Reporting' button on dashboard, etc in Kibana 6.5.1
I have read documentation where it says to expect the reporting button in 6.5+ where as this post suggest otherwise.
I have a trial license for xpack features:

  {
  "license" : {
    "status" : "active",
    "uid" : "A-GUID",
    "type" : "trial",
    "issue_date" : "2018-12-07T16:20:39.785Z",
    "issue_date_in_millis" : 1544199639785,
    "expiry_date" : "2019-01-06T16:20:39.785Z",
    "expiry_date_in_millis" : 1546791639785,
    "max_nodes" : 1000,
    "issued_to" : "elasticsearch",
    "issuer" : "elasticsearch",
    "start_date_in_millis" : -1
  }
}

X-pack with security is enabled:

{
  "build" : {
    "hash" : "ahash",
    "date" : "2018-11-16T02:25:41.823324Z"
  },
  "license" : {
    "uid" : "AGUID",
    "type" : "trial",
    "mode" : "trial",
    "status" : "active",
    "expiry_date_in_millis" : 1546791639785
  },
  "features" : {
    "graph" : {
      "description" : "Graph Data Exploration for the Elastic Stack",
      "available" : true,
      "enabled" : true
    },
    "logstash" : {
      "description" : "Logstash management component for X-Pack",
      "available" : true,
      "enabled" : true
    },
    "ml" : {
      "description" : "Machine Learning for the Elastic Stack",
      "available" : true,
      "enabled" : true,
      "native_code_info" : {
        "version" : "6.5.1",
        "build_hash" : "ahash"
      }
    },
    "monitoring" : {
      "description" : "Monitoring for the Elastic Stack",
      "available" : true,
      "enabled" : true
    },
    "rollup" : {
      "description" : "Time series pre-aggregation and rollup",
      "available" : true,
      "enabled" : true
    },
    "security" : {
      "description" : "Security for the Elastic Stack",
      "available" : true,
      "enabled" : true
    },
    "watcher" : {
      "description" : "Alerting, Notification and Automation for the Elastic Stack",
      "available" : true,
      "enabled" : true
    }
  },
  "tagline" : "You know, for X"
}

If I should see the 'Reporting' button, can anyone help me here?
Thanks

Hello, you have the "Share" link at the top, under this you can create the reports/get the API URL.

Hi Mark,
Thanks for the reply.
Does it mean I should not expect the 'Reporting' button in 6.5.1?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.