Add "Wine" repository into your source list file
sudo apt-add-repository ppa:ubuntu-wine/ppa
Install Wine
sudo apt-get update
sudo apt-get install wine
Run IE8
winetricks ie8
sudo apt-add-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
winetricks ie8
dpkg -i splunk_package_name.deb |
/opt/splunk/bin/splunk start --accept-license |
http://<hostname>:<port><hostname> is the host server name or IP.<port> is the port you specified during the installation (the default port is 8000)"admin" and password "changeme"), after that you need to change the admin password.dpkg -i splunk_package_name.deb |
/opt/splunkforwarder/bin/splunk start --accept-license |
/opt/splunkforwarder/bin/splunk enable boot-start |
/opt/splunkforwarder/bin/splunk add forward-server <host>:<port> -auth |
<host> is the receiving indexer's hostname or IP address and <port>
is the port it's listening on. By convention, the receiver listens for
forwarders on port 9997, but it can be set to listen on any port, so
you'll need to check with the receiver's administrator to obtain the
port number. For information on setting up a receiver, see "Enable a receiver".<username>:<password> is the username and password for logging into the Splunk forwarder. By default, these are "admin:changeme"
(To set a different password than the default , issue the following
command "splunk edit user admin -password <new password> -role
admin -auth admin:changeme").cd /opt/splunkforwarder/etc/system/local/nano inputs.conf |
[monitor:///opt/hybris/log/tomcat/console-*.log]disabled = falseignoreOlderThan = 3dsourcetype = <project-name> |
3 days./opt/splunkforwarder/bin/splunk restart |
less /opt/splunkforwarder/var/log/splunk/splunkd.logNote: to see more configuration options, check it here -> http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Editinputs.conf
@Pattern(regexp = "^[\\p{L}\\s]+$")No olvidarse de importar:
import javax.validation.constraints.Pattern;
@Pattern(regexp = "^[\\d\\s\\+]+$")