I am trying to customize the time range for some of the panels in my dashboard and from what I can see in SO and other places online, there should be a "Time range" panel available, but I cant find it.
What I do:
Inside my dashboard, I add a new panel.
Add a query to the new panel
Choose Single Stat as visualization
.. and the get the following screenshot:
neither of the 3 options on the left give me a option to customize the Time Range.
Anyone know what I do wrong? Or what I am missing?
When looking at the Grafana github page, I can see that the time range option initially was created for graphs - but even there I can't see it.
The datasource is elasticsearch, btw.
As user "beatrice" have written, the answer can be found in the Grafana Community. The "Time range" panel is among others now showing anymore in the newer versions.
The below screenshot fixes the question:
Link to the page here
Related
I've been searching a lot for this but I didn't find any link that helped me.
I would like to hide/remove (just) the search bar (KQL) and the time control from it. I'm using ES/Kibana 8.0, for one specific Space/Dashboard/Role.
Here's what I want to remove:
PS: I already know about "embed=true&hide-filter-bar=true" but I would still like to have the top black menu and the side bar. And I also know about the css tricks.
I just find hard to believe that Kibana 8.0 doesn't have a more a direct way to remove these features from Dashboard/Space/Role (on any of these would do it), already searched in advanced settings and didn't find anything that helped.
Liferay 7.3.2.
I'm using a sitemap to create link boxes that link to other pages in the website. Links and names and all else is basic stuff, but I have no idea, if and how I could get images for the boxes.
Asset publisher would've been my first choice, as I've done similar stuff before with them, but I can't find a way to add pages to the publisher, so I'm not sure if it's viable here. Of course, I could create an asset publisher that would ask for a name, image and a link, but this should be automatic to avoid extra hassle.
Sitemap allows for automation, if you just map the page correctly, but getting the image would still be a problem.
Navigation menu I haven't really put much thought into, as there will be many pages with link boxes and would be really hard to control. The image would be a problem as well.
The optimal solution would be to get the image from the page the link takes the user to, but if that's impossible, I wonder if there's a way to give webpage an image, that could be shown here.
Got it working with a bit of looking around! This can help with same kind of problems others might be facing, so I'll gladly answer this myself!
From Admin panel, go to Settings and Additional Fields
Select Page and add a field to it. After filling the details, you should be able to see this field in the page settings for every page.
Go to page settings and fill out your info. In my case, I created a text field, that will be used for image URLs.
Finally, in your Application Display Template, you can find the field by writing:
${entry.getExpandoBridge().getAttribute("Extra field")}, Extra Field being the name of your field. Remember to put conditional statements, if necessary!
I was looking through some sample dashboards and i came across this picture:
https://cdn-enterprise.discourse.org/elastic/uploads/default/original/3X/1/6/169b7101acc60136b3eb4003b11c094b619083c5.png
(last visualisation on the page)
I was wondering if anyone knows how i can include the logs that i can see on the discover page on the dashboard like this example?
Many thanks in advance.
Including the answer I got on a different site
Go in the discover tab, on the top right you select "save"
Go back to the dashboard, select "add" on the top right
Lastly you select the "saved search" tab (next to the "Visualization" tab), you should see what you saved earlier :slight_smile:
Original question link: https://discuss.elastic.co/t/include-logs-on-the-dashboard/92243
Can confirm this solved my problem
As of 2022:
In Discover - save your search view.
In the dashboard when you are in edit mode, click on the "Add from Library" button
Search your saved search view and click on it - this will add it to the dashboard.
Did I miss something ?
On the dashboad, I can see see all issues. I click on any link in the widget and jump to the issues list.
I made some changes in my code and set issues as "Resolve as fixed".
But when I go back to the dashboad, the widget still display old counter.
May be I have to wait a little, to get a cache updated or something like this ?
Regards
Figures that you get on dashboards are based on the latest analysis - because they are precomputed for efficiency of all search requests. This is mentioned on the tooltip that you will see if you put your mouse over the figures:
On the contrary, the "Issues" page shows dynamic content. So indeed, when you update some issues on that page, your changes will be reflected on your dashboards after the next analysis.
I am using Magento 1.7.0.2 and have set up a new store from scratch. (Have done this before with older versions)
I have been trying to get catalog product filters in my sidebar without any luck. I know this has been asked over and over and the simple answer is to set the 'Is Anchor' option to 'Yes' in the Category setup. I have also set 'Use in Layered Navigation' to 'Filterable (with results)' for all attributes I want to use as filters. Still, the filters do not show up in my sidebar.
When displaying the path hints in my other store, the filters are rendered in 'frontend/default/MY_THEME/template/catalog/layer/view.phtml' but in the new store it looks like this template does not show up at all when showing path hints.
If anyone could point me into the right direction of where to look or how to start finding out what is going on I would be very grateful as I have been stuck for two days now.
After quite some time of researching as well as trial and error I have found that in my case the issue was caused by disabling Flagbit_FactFinder in System > Configuration > Advanced > Disable Modules Output. So if you are having similar problems go to your magento admin panel and check the setting mentioned above.