SPLUNK’s Advance Topic

Macros Search macros are reusable chunks of Search Processing Language (SPL) that you can insert into other searches. Search macros can be any part of a search, such as an eval statement or search term, and do not need to be a complete command. You can also specify whether the macro field takes any arguments. • … Read more

Crontab : RMAN Backup

Automate RMAN Backup using Shell Script In a real environment, you will not manually trigger all the Oracle database backups. You need an automated mechanism to trigger RMAN backups. Create directory On your database server, create a directory to hold RMAN backups and all related files. All the RMAN backups, logs and backup scripts are … Read more