Skip to content

Commit 06049c2

Browse files
maxvanzoestepixa
maxvanzoest
authored andcommitted
propose language changes (elastic#10709)
1 parent 053ebfa commit 06049c2

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

FAQ.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
# Frequently asked questions
22

3-
**Q:** I'm getting `bin/node/bin/node: not found` but I can see the node binary in the package?
4-
**A:** Kibana 4 packages are architecture specific. Ensure you are using the correct package for your architecture.
3+
**Q:** I'm getting `bin/node/bin/node: not found` but I can see the node binary in the package?
4+
**A:** Kibana 4 packages are architecture specific. Ensure you are using the correct package for your architecture.
55

6-
**Q:** Where do I go for support?
7-
**A:** Please join us at [discuss.elastic.co](https://discuss.elastic.co) with questions. Your problem might be a bug, but it might just be a misunderstanding, or feature we could improve. We're also available on Freenode in #kibana
6+
**Q:** Where do I go for support?
7+
**A:** Please join us at [discuss.elastic.co](https://discuss.elastic.co) with questions. Your problem might be a bug, but it might just be a misunderstanding, or a feature we could improve. We're also available on Freenode in #kibana
88

9-
**Q:** Ok, we talked about it and its definitely a bug
9+
**Q:** Ok, we talked about it and its definitely a bug
1010
**A:** Doh, ok, let's get that fixed. File an issue on [github.com/elastic/kibana](https://github.com/elastic/kibana). I'd recommend reading the beginning of the CONTRIBUTING.md, just so you know how we'll handle the issue.
1111

1212
### Kibana 3 Migration
13-
**Q:** Where is feature X that I loved from Kibana 3?
13+
**Q:** Where is feature X that I loved from Kibana 3?
1414
**A:** It might be coming! We’ve published our immediate roadmap as tickets. Check out the beta milestones on GitHub to see if the feature you’re missing is coming soon.
1515

16-
**Q:** Is the dashboard schema compatible?
17-
**A:** Unfortunately, they are not compatible. In order to create the new features we wanted, it simply was not possible to keep the same schema. Aggregations work fundamentally different from facets, the new dashboard isn’t tied to rows and columns and the relationships between searches, visualizations and the dashboard are complex enough that we simply had to design something more flexible.
16+
**Q:** Is the dashboard schema compatible?
17+
**A:** Unfortunately, it is not compatible. In order to create the new features we wanted, it simply was not possible to keep the same schema. Aggregations work fundamentally different from facets, the new dashboard isn’t tied to rows and columns, and the relationships between searches, visualizations and the dashboard are complex enough that we simply had to design something more flexible.
1818

19-
**Q:** How do I do multi-query?
19+
**Q:** How do I execute a multi-query?
2020
**A:** The ‘filters’ aggregations will allow you to input multiple queries and compare them visually. You can even use Elasticsearch JSON in there!
2121

22-
**Q:** What happened to templated/scripted dashboards?
22+
**Q:** What happened to templated/scripted dashboards?
2323
**A:** Check out the URL. The state of each app is stored there, including any filters, queries or columns. This should be a lot easier than constructing scripted dashboards. The encoding of the URL is RISON.
24-

0 commit comments

Comments
 (0)