Processes - Source/Destination
See original GitHub issueLooking into the ECS documentation there is a process
schema however
I would like to discuss and propose adding or documenting an additional process schema for source
and destination
.
This is especially useful in endpoint data. Process spawning, one process accessing another, etc…
Process Spawning
scenario:
"cmd.exe" creating "powershell.exe"
example:
"source.process.name": "cmd.exe",
"destination.process.name": "powershell.exe"
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Destination Process - an overview | ScienceDirect Topics
A message is delivered to a single destination process, which is uniquely addressed by the sender. That is, the message contains the address...
Read more >Source-to-destination transformation - Etlworks Support
Source (FROM) and Destination (TO) A typical transformation includes a source ( FROM ) and a destination ( TO ). The source and...
Read more >Process Modeling - 6 Destination and Source - YouTube
This tutorial uses the "From Conveyor Process " and "Transport Node" components from the Process Modeling library and tries to change the ...
Read more >What are "source" and "destination" parameters in ...
I ( C3 ) want to send data to the process in the same column with a distance of 2. So this is...
Read more >What is the process done by the IP source in order to ... - Quora
provides the answer. If the result is zero, the destination is local to the source. If the result is non-zero the destination is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
im good with not using src/dst for processes, how about for processes and corresponding cli as well, to use parent/child parent.process.* child.process.*
I think the user fields will be hard, because of the many scenarios like fromt/to smtp fields, one user account logging into remote box using another account, user account modifying a user account, etc. I sometimes can see user & affected.user, then I see scenarios where src/dst user makes a lot of sense. ^ this will probably require more discussion.
On Mon, Apr 8, 2019 at 4:04 PM Mathieu Martin notifications@github.com wrote:
Oh I thought Willem had opened this one 😉