Kibana: meaning of iframe url parameters - iframe

I want to build my own web server with tomcat where I can import kibana graphs and dashboard. I found that I can use the iframe urls to do so. Furthermore, in the url there are parameters that I can change in order to modify my graphs and dashboard in function of my data. However, I haven't found any documentation in the elastic website explaining the meaning of each parameters. Can you indicate me a source ?
Furthermore, I also have a question regarding the dashbord exported. The graphs inside the dashboard can be still dragged and I would like to know if there is a parameter to disable this functionnality.
Thank you for your attention and your help.
Joe

Related

How to extract comments from Facebook App

In my WordPress website using Wpdevart Facebook comments plugin for embedding Facebook comment. Now I need to extract comment in an XL file. How to I can do it?
I have tried with the https://exportcomments.com tool. It can extract Facebook comment from a website URL. But it's not working properly.
Have any suggestion (code, plugin or tool) to extracting comments from the Facebook app?
That used to be possible up to and including API v3.2, as described under https://developers.facebook.com/docs/plugins/faqs#faq_1603507626630008
The comments for every URL can be accessed via the Graph API. Simply make an HTTP GET request to:
https://graph.facebook.com/v2.6/?fields=og_object{comments}&id=<YOUR_URL>&access_token=<YOUR_TOKEN>
That doesn’t appear to work in v3.3 any more though, only results in an error message saying,
(#100) Tried accessing nonexisting field (comments) on node type (OpenGraphObject)
I can’t find an explicit mention of this in the changelog right now though.
And even in API versions prior to v3.3, it seems you can only get the created time and message (plus maybe a couple of other meta fields), but specifically from – info about the actual user making the comment – is not available any more.

Google Analytics code in wordpress

I need to edit the existing GA code on our WordPress website with a different code and i intend to do the same by using add header/footer script plugin but i don't know if that will replace the present code. I tried to find the same on the server to change via FTP (as with our magento site) but was unsuccessful, can anybody update me on the same please?
You should be able to edit this via the admin itself. If you use as plugin like this https://wordpress.org/plugins/google-analytics-for-wordpress/
Otherwise, to edit GA, is not in the files itself, but within the admin. I would look within your admin, there is a lot of resource out there with wordpress integrations. You should almost never need to look in the code to find this. (that's the purpose of wordpress). I couldn't exactly say where yours is, but take a look at all your wordpress plugins/integrations and configurations.

Google analytic shows me wired links for one of my visitors

I have a website wich is registered with google analytic so I can see the statistics of it The problem is that sometime it shows me this link :
website.com/www.bndv521.cf/
or:
website.com/admin
I do not know if this is a hacker trying to hack me or something but I think nobody will try to access my admin for good
Can you help me to know what is this link refers to ?
Consider checking for a malicious code included on your pages. And yes it's likely that some one is trying to access those pages but it may not execute because it's invalid path. You should consider blocking such ip addresses after checking in logs.
Although trying to reach an admin page seems a suspicious action, in our website we come accross this issue every one in ten thousand requests.
We think that a browser extension or a virus like program tries to change URL or trying to add this keyword to URL. Not for a hacking purpose, but to redirect to their advertisement website.
Very similar issue here: Weird characters in URL

Get Directions change language

I'm working on a Wordpress site that uses the plugin Get Directions.
It works properly and gives me the directions in English, but I want to recieve them in Dutch.
I've tried changing the URL from maps.google.com to alternatives like maps.google.nl and maps.google.com?language=nl-nl
Does anyone know how I can get the directions in Dutch? I have also asked on the official Wordpress forums but I don't know how long it usually takes for them to respond.
Seems impossible. The plugin uses the API URL http://www.mapquestapi.com/geocoding/. And checking the documentation, there is a locale parameter for the /directions Web Service, but nothing like this exist for the /geocoding Web Service, which is the one the plugin uses.
Note that the standard locale codes are in the format language_COUNTRY, eg, nl_NL. I tried to modify the plugin code adding &locale=nl_NL(and other languages), but it made no difference.

Automatically send a newsletter everytime a page is updated

I have this page:
http://www.thedome.it/cmsms/index.php?page=alla-spina
I'd like to send a newsletter to subscribers every time this page is updated, automatically. I don't have admin privileges for this CMS thus I can't install modules, so I was thinking about a service such as FeedBurner, if only this page had a unique RSS feed (but AFAIK it doesn't, right?).
Do you know of any service/software that will allow me to solve this particular problem?
Thanks.
To do this without access to the server you will need another server with corn jobs enabled.
If I there you I would create a simple scrape script which would also check if the content of the page have not changed. Using print version of the page may make it much easier to process. The last thing to do is to set up a corn job which would run the script at desired intervals.

Resources