URL Monitoring Using KIBANA

Hi,
I am using ES-6.2, LOGSTASH 6.2, KIBANA 6.2.
Is it possible to monitor a URL using the beats. Is any visualization available which can be used for the monitoring of a URL?
Request to advise!
Thanks

x-pack moninitoring?

I am searching whether a url can be monitored using the Kibana?

Monitoring what part of the URL exactly?

Hi,
Suppose I am having a website named www.abcd.com and I need to check whether the mentioned url is available from the internet. Hence I need to check whether the url is accessible from the outside network.
Thanks

Have a look at https://www.elastic.co/guide/en/beats/heartbeat/current/index.html then.

Thanks @warkolm!
Thats new!
I have tried it. But I am having one doubt, can I provide more than one URL for monitoring?
If so,how?

Currently Iam using ,

heartbeat.monitors:
- type: http

  # List or urls to query
  urls: ["http://abcd.com/"]

  # Configure task schedule
  schedule: '@every 10s'

Per the docs, it's a list. So you can specify multiple URLs, comma separated.

Hi Thanks! Got it!

- type: http
  urls:
    - "http://server:1234/...."
    - "http://server2:8080/..."

Thanks!

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