問題タブ [azure-data-explorer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
75 参照

time-series - Azure Data Explorer で予測に使用されるアルゴリズムは何ですか?

series_decompose_forecast()将来の値を予測する関数で使用されるアルゴリズムは? アルゴリズムを変更することは可能ですか?

0 投票する
1 に答える
473 参照

azure - Azure Log Analytics parse WAF data (string data in general)

Trying to parse the below string from Azure WAF logs.

I want to return the cookie name, which is after REQUEST_COOKIES: and the cookie value which is after the cookie name (cspSurvey in this example)

I tried this ugly code, but the array index of the cookie name is not always the same.

Below is my fully query