I wrote my own modular data input for getting data from my pbx. The imput seems working ok, but sometimes without reason it stops indexing data. I added some lines in my script to try to log some information, I write the same info than I am writting in the index. Something like this:
#LOG DATA
logging.info("Indexing ticket..." + data)
# Index data
print data
When the script start, both "splunkd.log" and my index are showing the information but after a while, my index stop getting info but the log file (splunkd.log) is printing my information without problem.
Any idea about this issue?
↧