All Apps and Add-ons

Does the NullModule still exist in Sideview Utils?

lemikg
Communicator

Hi,

just out of curiousity. I have seen NullModules used in some examples. Does that still exist in the current version?

Cheers
Mike

0 Karma
1 Solution

stefano_guidoba
Communicator

From the Registered Modules page:

Defined in $SPLUNK_HOME/share/splunk/search_mrsparkle/modules/static/NullModule.js

NullModule is not a SideView module.
Regards,
Stefano

View solution in original post

0 Karma

stefano_guidoba
Communicator

From the Registered Modules page:

Defined in $SPLUNK_HOME/share/splunk/search_mrsparkle/modules/static/NullModule.js

NullModule is not a SideView module.
Regards,
Stefano

0 Karma

lemikg
Communicator

thanks guys!

0 Karma

sideview
SplunkTrust
SplunkTrust

One other thing that NullModule was commonly used for, is attaching custom Javascript to the page. Since NullModule didn't do anything, it was easy to tack your own custom methods on it and use it for custom requirements. However it was very finicky how you would attach the script and in that aspect it's really superceded by the Sideview CustomBehavior module, which makes the same basic idea much more resilient and easier to deal with.

sideview
SplunkTrust
SplunkTrust

Yep. NullModule is not a Sideview module. NullModule is just a flavorless module that does nothing besides exist. Sometimes you need a module just to be there, either to take up a spot for some advanced reason, or to act as the single common parent for a bunch of modules that it has downstream.

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 ...