All Apps and Add-ons

*nix App macro question

hartfoml
Motivator

I was looking in the nix app today and ran the 'Failed_Logins_by_Host(*)' Macro

This macro expands to

remoteSearch litsearch index=os ( ( "failed login" OR "FAILED LOGIN" OR "Authentication failure" OR "Failed to authenticate user" OR "authentication ERROR" OR "Failed password for" ) ) host=* | addinfo type=count label=prereport_events | fields keepcolorder=t "*" "host" "index" "linecount" "prestats_reserved_*" "psrsvd_*" "source" "sourcetype" "splunk_server" | remotetl nb=300 et=1381338000.000000 lt=1381355354.000000 max_count=10000 | prestats count by host

My question is that I don't know what the term "remotetl" is used for in this search.

Anyone know what that term is used for?

0 Karma
1 Solution

araitz
Splunk Employee
Splunk Employee

This is part of the literal search that is dispatched to indexers. "remotetl" stands for remote timeline. When you look at this level of detail in the literal search, there is a lot that you will find that has no relevance to using the search language in practice but is important for the underlying search API.

View solution in original post

araitz
Splunk Employee
Splunk Employee

This is part of the literal search that is dispatched to indexers. "remotetl" stands for remote timeline. When you look at this level of detail in the literal search, there is a lot that you will find that has no relevance to using the search language in practice but is important for the underlying search API.

Get Updates on the Splunk Community!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...