Skip to content

Instantly share code, notes, and snippets.

View sfloess's full-sized avatar
💭
while(true);

Scot P. Floess sfloess

💭
while(true);
View GitHub Profile
@sfloess
sfloess / JBoss.md
Last active February 24, 2022 18:17
JBoss Tips and Tricks

JBoss

Helpful tips and tricks for JBoss.

Miscellaneous

  • Set JAVA_OPTS: /etc/default/jboss-eap.conf

Properties

  • Modified Accented Characters on REST calls: if your REST calls containing accented characters are being modified, add the following to your standalone-full.xml:
@sfloess
sfloess / Splunk.md
Last active September 15, 2022 08:59
Splunk Tips and Tricks

Splunk

Helpful tips and tricks for Splunk.

Quickies

  • Replace backslash: eval var=replace(<var>, "\\\\", <replacement>)

Formatting

Splunk uses the | ("or bar") as a means to break up statements. Instead of using one long string of statements, consider deliminating | [statement] on seperate lines.