Hi,
My application is written in C#. I see there are a few ways for getting data in
1. C# SDK (as per submit example)
2. Logging.net with HTTP Event Collector
3. Posting raw JSON to HTTP Event Collector
4. Somehow posting directly to a TCP input ( i cant figure out how to do this)
I'm going to be indexing alot of data. And I'm trying to figure out the best method for doing this from my C# app in a threadsafe way. Ive read through most of the documentation, but cant really tell what best practice is. It looks like HTTP EC may be the new recommended way. But is using logging .net really the most appropriate way of getting application data into Splunk? This seems more focused around getting application events into splunk.
↧