Social Media Dashboard - elasticsearch

I need to make single page social media dashboard using kibana and elasticsearch for some big event in 2019, so that the dashboard show hom many likes it has on facebook or instagram, how many people are going etc (and some other informations ). I dont have much experience with kibana and elasticsearch so any advice would be helpfull. Any idea how can I do that ?. Also I need to have heatmap in the dashboard. Thank you in advance

That is a pretty broad question. Do you already have the relevant data in Elasticsearch? Because that would be the starting point.
For the visualization you could use a dashboard or the more customizable Canvas, which is pretty much like a data driven Powerpoint:

Related

Embedding Kibana (Elastic Search) into WordPress?

I'm really after some advice here please.
I have a membership website, and I am using WordPress to manage access to my paid subscriptions.
I'm interested in Kibana in terms of its' data visualization but my question is really one of whether I'm using it for the wrong purposes?
My point is: can Kibana be embedded and made to look white-labelled?
I'm pretty sure Kibana is really meant for internal use hence my question.
Thanks!
Yes that is possible. You can create various visualizations and have them integrated into one dashboard in Kibana.
This dashboard feature has capability to share these visualizations as discussed in this LINK. As an example, the share URL comes in the below format:
<iframe src="http://abc.myserver.com:5601/app/kibana#/dashboard/a6c99100-b2b2-11e7-8aa0-9fc1ad35f7e7?embed=true&_g=()" height="600" width="800"></iframe>
You can either share the current state of the dashboard with your users, or share them the most recent view of the dashboard whenever they reload their page.
Let me know if it helps.

Elasticsearch search frontend demo

i'm searching for working search ui demo or tutorial for building search UI/Frontend. At best for php or js.
I never builded a elasticsearch application, but I already made projects with lucene, solr, epoq and google search.
Already searched on inet but most example are very simple and incomplete.
Examples:
github.com/scotchfield/elasticsearch-react-example/
github.com/spalger/elasticsearch-angular-example
There also API for PHP and JS
www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/quick-start.html
www.elastic.co/guide/en/elasticsearch/client/php-api/2.0/_quickstart.html
What a example should contain (from my view)
* Basic Search Field
* Filter based on es fields index
* Resultview
* Filter interaction with results
* Paging
I was thinking something like this is already exits, but found no matching one. I think better ask, before invest time in creating.
Thanks in Advance
densanki
I found this live demo interesting:
http://demo.searchkit.co/imdb
If you already know ElasticSearch query syntax and some basic concepts like aggregations you may test all that on https://demo.elastic.co/app/kibana. But again, this would require some basic knowledge of Elastic stack.
Otherwise if you want just touch/try most common Elasticsearch features without going into implementations details then you may check these 3 demos for 3rd party SearchKit UI component.
There's also Elastic UI that you might be interested in: https://elastic.github.io/eui/#/
If you want something ready-made for the time-series use-case, you might want to check Sematext Cloud. There's a simpler UI than Kibana there, but there's API access, too, so you can develop your own.

Google Custom Search API showing old results

I am trying to use the Google Custom Search API to show my ranking results on a regular basis. The only problem is that the displayed results seem to be fairly inaccurate, almost as if they are results from a month ago. The reason I know this, is that I searched for a famous person and it ranked a month old article. Is this normal for a Google search API? Is there a way I can get updated results?
I've checked the Google documentation but couldn't find anything.
Thanks in advance!

PHP Google Adwords API V201402 + Daily Click for generating chart

I want to generate chart with respect to Clicks Vs Date.
I am using Adwords API V201402.
How can i generate chart like attached screenshot.
Thanks in advance
So there are many ways this could be accomplished. From my experience, I have actually done similar reporting utilizing PHP and Google Visualization charts. You would probably want a single Area Chart: https://code.google.com/apis/ajax/playground/?type=visualization#area_chart. I'm sure you can get it to look pretty close to the Google Analytics report you displayed above. You are going to have to utilize some javascript skills, but they are at most beginner level if you follow the samples provided by Google.

Reporting / Dashboard tool with good User Interface

I'm looking for a Dashboard tool with best UI, I mean any tool where I could create some UI using HTML5,Jquery and Photoshop in the front end and when ever I change the filters, different charts should appear. Or any tool that contains inbuilt one of the best UI's. Thanks.
Have you looked at Cyfe?
Cyfe has over 50 built-in integrations with hundreds of metrics (e.g. Google Analytics, Salesforce, Facebook, etc). And you can bring your own data into your dashboards using custom widgets.
Disclaimer: I'm the founder so please pardon the shameless plug.

Resources