azure - Application Insights Logs Analysis -


i have event logs of application insights events logged , stored json in text files stored in blob storage. need find jsons customproperty meets criteria. number of hit jsons less (around 10 or 20), data logged large. suggestions how can accomplished efficiently?

i have read in microsoft documentation hdinsights understand blob storage , efficient. relevant in scenario? if so, provide starting points.

hdinsight, being hadoop-compliant implementation, technology logs analysis. being stated on appinsighs page telemetry well. "on larger scales, consider hdinsight - hadoop clusters in cloud. hdinsight provides variety of technologies managing , analyzing big data."

on same page, may find information continuous export of appinsights telemetry azure blobs storage.

next step use hdinsight analysis of that, need implement kind of algorithm.

for uploading data hdinsight azure blob may see that link (and this querying).

for understanding on logs processing pipeline, common task hadoop/hdinsight, walkthroughs , manuals available, example this. need adjust algorithm scenario.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -