“The OED hasn’t caught up with this one yet, but does offer a palette of vaguely analogous senses…” https://t.co/EqzapSTNbt #furniture #etymology #definition #EnglishIsCuhrazy

“The OED hasn’t caught up with this one yet, but does offer a palette of vaguely analogous senses…” https://t.co/EqzapSTNbt #furniture #etymology #definition #EnglishIsCuhrazy — Warren Myers 🐧🐿 (@warrenmyers) Jan 23, 2023 from Twitter https://twitter.com/warrenmyers January 23, 2023 at 03:48PM via IFTTT

Favorite tweets

A reminder that the public domain contains more than just old stuff from the 1920’s & earlier. Like what, you ask? Well, did you hear that musician & satirist Tom Lehrer just put his songs into the public domain? https://t.co/qv1SBORexV But that’s not all… — Internet Archive (@internetarchive) Jan 23, 2023 from http://twitter.com/internetarchive via IFTTT

Favorite tweets

@mypillowgorl @ChefRobCo Jesus’ first miracle was turning water into wine. So, alcohol is not the problem. Excess consumption to the point of drunkenness is the problem. — Brian Young (@OldChocolateLab) Jan 23, 2023 from http://twitter.com/OldChocolateLab via IFTTT

“Rolling your own #crypto is well-understood to be the complete opposite of implementing #secure #cryptography, so this is presented purely for #nostalgia and #amusement purposes.” https://t.co/ojfGejfniI https://t.co/qijAcUDQTy

“Rolling your own #crypto is well-understood to be the complete opposite of implementing #secure #cryptography, so this is presented purely for #nostalgia and #amusement purposes.” https://t.co/ojfGejfniI https://t.co/qijAcUDQTy — Warren Myers 🐧🐿 (@warrenmyers) Jan 23, 2023 from Twitter https://twitter.com/warrenmyers January 23, 2023 at 11:19AM via IFTTT

Answer by warren for Does splunk server has any limit on data, when being sent through Curl request with groovy script?

Yes, there is a limit to how much the HTTP Event Collector (HEC) can accept in a single submission. As of 9.0.3, it’s ~800MB: max_content_length = <integer> * The maximum length, in bytes, of HTTP request content that is accepted by the HTTP Event Collector server. * Default: 838860800 (~ 800 MB) from User warren …
Continue reading Answer by warren for Does splunk server has any limit on data, when being sent through Curl request with groovy script?

Answer by warren for Regex count capture group members

In Splunk, to capture multiple matches from a single event, you need to add max_match=0 to your rex, per docs.Splunk But to get them then separated into a singlevalue field from the [potential] multivalue field job_ids that you made, you need to mvxepand or similar So this should get you closer: | rex field=message max_match=0 …
Continue reading Answer by warren for Regex count capture group members