I have tried lower casing the column name in the queries to sql as well as the output.timestamp.column and template
host = myHost.company.com
index = myIndex
interval = 60
output.format = template
output.template = (leaving off as it won't fit)
output.timestamp = 1
output.timestamp.column = EventDate
query = SELECT ID,EventDate,Server,Application,CallingApplication,Layer,Category,Level,Duration,Key,Summary,Session,CallingSession,Message FROM dbo.MyLogDB WITH(NOLOCK) WHERE EventDate > '11/07/2013 13:32:00' {{ AND $rising_column$ > ? }}
sourcetype = myLogs
table = MyTable
tail.rising.column = ID
... View more