View in Console not Working

Where are we supposed to log feedback/issues about the doc pages? Example doc page. I would assume there is a category/tag(s) for this, no?


When I click "View in Console" on any of the examples here, I get:

Notice how it didn't load the example query?

When I open chrome dev tools from this link, I see:

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SbBSU7MfZFnVMq4PuE/jbBz7pPIfXUTYDrdHl7Ckchc='), or a nonce ('nonce-...') is required to enable inline execution.

bootstrap.js:9 ^ A single error about an inline script not firing due to content security policy is expected!
:5601/built_assets/dlls/vendors.bundle.dll.js:559

INFO: 2019-12-10T17:29:28Z
Adding connection to http://localhost:5601/elasticsearch

Kibana version info:

{
  "name" : "blah",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "zM7o8Ky3SgmHJbsvGDooeg",
  "version" : {
    "number" : "7.5.0",
    "build_flavor" : "default",
    "build_type" : "deb",
    "build_hash" : "e9ccaed468e2fac2275a3761849cbee64b39519f",
    "build_date" : "2019-11-26T01:06:52.518245Z",
    "build_snapshot" : false,
    "lucene_version" : "8.3.0",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}

Where are we supposed to log feedback/issues about the doc pages? Example doc page. I would assume there is a category/tag(s) for this, no?

Should I be using GitHub? :thinking:

Where's the line between GitHub issues and discuss.elastic.io? :thinking:

Random doc issue I found: [DOCS] Fuzzy and wildcard not supported together in query_string · Issue #50045 · elastic/elasticsearch · GitHub

feel free to open a GH issue if documentation is not working as expected.

I agree, borders are blurry sometimes :slight_smile:

1 Like

Fair enough, in general though, what should I use GitHub for vs discuss.elastic.io?

NVM, I see the following when opening a GitHub issue:

  1. GitHub is reserved for bug reports and feature requests. The best place to
    ask a general question is at the Elastic forums.
    GitHub is not the place for general questions.

Which repo though? :thinking:

or

GitHub issue created: https://github.com/elastic/kibana/issues/52747

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