Member since
08-23-2017
15
Posts
2
Kudos Received
0
Solutions
11-29-2017
04:48 AM
this works. Thanks a lot. I have spent hours trying to figure out why the profile is in hbase but not showing up in stellar.
... View more
11-28-2017
01:34 PM
I created a squid telemetry following https://cwiki.apache.org/confluence/display/METRON/Profiling+Your+Streams I created 2 profiles { "profiles": [ { "profile": "squid-miss", "foreach": "ip_src_addr", "onlyif": "source.type == 'squid' and action == 'TCP_MISS'", "update": { "m": "STATS_ADD(m, 1)" }, "result": "m" }, { "profile": "url-length", "foreach": "ip_src_addr", "onlyif": "source.type == 'squid'", "update": { "m": "STATS_ADD(m, LENGTH(url))" }, "result": "m" } ] } I can see the profile values when I scan hbase. However when I run p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
span.s1 {font-variant-ligatures: no-common-ligatures} PROFILE_GET("url-length", "127.0.0.1", PROFILE_FIXED(5,"HOURS")) I get an empty result. This is tru for both the profiles and all time windows. There is no other error. How can I get profile values using stellar?
... View more
Labels:
- Labels:
-
Apache Metron
10-03-2017
04:56 AM
try mv /etc/yum.repos.d/sandbox.repo /tmp do your yum install and move the sandbox.repo back to /etc/yum.repos.d
... View more