Splunk Search

Why does my search with the mvexpand command never finalize?

Buscatrufas
Path Finder

Hi guys,

I have a problem with a table with 78k of register.

I'm trying to expand a multivalue field, but the search never finalizes. The search is the following:

source=/home/cyberlabs/reportes/nvdcve_parseado.csv | rex max_match=0 "(?<cpe>(cpe+[.-:\/]*[^#]+))" | table CVE PUBLISHED_DATE cpe | mvexpand cpe

The search without mvexpand works fine, but with the command, it doesn't 😞

Is it a memory problem? I only have 500mb, but this search doesn't return more than 30MB of results. On the other hand, I looked at the search.log and found this:

alt text

The log throws this:

alt text

Problem with limits.conf? Othe ?

Thanks mates, really good community 🙂

Best regards, Buscatrufas.

0 Karma

sundareshr
Legend

Buscatrufas
Path Finder

But i didn't see any warning for this

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...