Member since
03-21-2017
8
Posts
0
Kudos Received
0
Solutions
06-01-2017
03:20 PM
Where can I find this property ? Nevertheless I change my solution, now I use a AmbariReportingTask of Apache Nifi. And despite a log : o.a.n.r.ambari.AmbariReportingTask AmbariReportingTask[id=5f2b8531-015c-1000-abe9-967b981c04f3] Successfully sent metrics to Ambari in 0 ms I have the same problem, no datapoint in grafana.
... View more
05-24-2017
01:53 PM
I try many value for precision (seconds, minutes...) but even after 30 mins I don't have any datapoints.
Even if i send many POST request with many value during 20 mins, grafana don't receive it...
... View more
05-23-2017
09:52 AM
I send this post request to http://host:6188/ws/v1/timeline/metrics {
"metrics": [ { "metricname": "test1",
"appid": "FAST-test", "hostname": "fr-001slli124", "timestamp": 1495532440000, "starttime": 1495532440000, "metrics": { "1495532440000": 40 } }
]
}
Response is 200 OK, metric is created but there is no value... Any idea ? Timestamp problem ?
... View more
Labels:
- Labels:
-
Apache Ambari
03-22-2017
09:10 AM
oh yes ! sorry for that.
... View more
03-21-2017
01:08 PM
Thanks Matt, i will find another way so.
... View more
03-21-2017
12:10 PM
Hello, I use a HandleHttpRequest to get a POST request with 2 parameters (kafkaHost and kafkaPort) I can see my param in the attribute of the data (http.param.kafkaHost and http.param.kafkaPort) I want to use them in a PublishKafka_0_10 to define kafka Brokers propertie (support expression language) like this : Kafka Brokers = ${http.param.kafkaHost}:${http.param.kafkaPort} It's doesn't works, my attributes aren't use (log file : bootstrap.servers = [:]) There is a solution ?
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi
03-21-2017
11:24 AM
Hello, I use a HandleHttpRequest to get a POST request with 2 parameters (kafkaHost and kafkaPort) I can see my param in the attribute of the data (http.param.kafkaHost and http.param.kafkaPort) I want to use them in a PublishKafka_0_10 to define kafka Brokers propertie (support expression language) like this : Kafka Brokers = ${http.param.kafkaHost}:${http.param.kafkaPort} It's doesn't works, my attributes aren't use (log file : bootstrap.servers = [:]) There is a solution ?
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi