- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to identify Stream_event function is called at time interval or create/edit data input
KJ10
Loves-to-Learn
12-02-2024
06:48 AM
How to identify Stream_event function is called at time interval or during create/edit data input.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
marnall
Motivator
12-02-2024
10:50 AM
Can you give more information about this? Is this function part of a library, or app, or base Splunk functionality?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
KJ10
Loves-to-Learn
12-03-2024
02:08 AM
Hi @marnall ,
We are using Splunk python sdk in our App to configured custom data inputs. Please check below link for reference.
https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemo...
Issue here is during creation or editing data input Stream_event function is called and it called after specific interval of time as well like each 15 min. We need to identify in Stream_event function from where it gets called, so accordingly we have 2 different algorithm to execute.
