@Bramantya AnggriawanWhile we can use Ambari managed HDP cluster with Metron (link here), but Ambari is simply managing the cluster. If you want to manage Elastic search through Ambari, you can use the following "unsupported" ambari elastic search service to manage Elastic Search from ambari.
https://github.com/Symantec/ambari-elasticsearch-service
But you are not going to be looking into your Metron data through Ambari. That will be either querying elastic Search (assume Kibana dashboard) or query HBase/HDFS where Metron stores data. Supported Metron data stores.
https://cwiki.apache.org/confluence/display/METRON/Supported+Data+Stores
Telemetry event data is indexed in Elastic Search and stored in HDFS.