Cadf events #3232 - Is there an interest?

2019-12-12 Thread Nikolaos Dalezios
Greetings to the dev team and community. I have delivered my thesis on "Implementing CADF in Apache CloudStack" and got my MSc. First of all, I would like to thank you for your comments and help. Is there an interest on implementing the full CADF model on CloudStack? By full, I mean that each

Re: Your security@ needs YOU!

2019-10-03 Thread Nikolaos Dalezios
Hello everyone, I would also like to be part of the security team and mailing list as an opinion guy and why not even more Στις Τετ, 25 Σεπ 2019 στις 11:09 π.μ., ο/η Sven Vogel έγραψε: > How I can join to the security list? > > > __ > > Sven Vogel > Teamlead Platform > > EWERK DIGITAL GmbH >

Re: Get VM OS type

2019-06-17 Thread Nikolaos Dalezios
Another solution is to ping a VM and check the TTL value. Due to slightly different TCP/IP implementation on each OS-family, you can identify the OS family by checking this table On Mon, Jun 17, 2019, 12:44 Riepl, Gregor (SWISS TXT) <

Re: [DISCUSS] travis tests

2019-04-06 Thread Nikolaos Dalezios
I also have noticed this issue with travis tests. After my first PR travis was failing in the first test but all the local mvn tests were passed. After a PR update travis is now failing at test 7. Specifically the test isn' failing it times out but cannot figure it out On Fri, Apr 5, 2019, 14:59

Re: [DISCUSS] CallContext and related questions

2019-03-11 Thread Nikolaos Dalezios
To simplify the question, How to share a variable/object from ApiServlet class to ActionEventUtils class? Is CallCotnext the correct way? Στις Κυρ, 10 Μαρ 2019 στις 11:12 μ.μ., ο/η Nikolaos Dalezios < dale...@gmail.com> έγραψε: > Thank you Daan, > I'm proposing an alternative for

Re: [DISCUSS] CallContext and related questions

2019-03-10 Thread Nikolaos Dalezios
event should be in the event. Does it > suffice to add information to the event message for your purposes? > > On Sun, Mar 10, 2019 at 10:52 AM Nikolaos Dalezios > wrote: > > > Hello developers. I am implementing CADF event logging . In "server" > > project, i

[DISCUSS] CallContext and related questions

2019-03-10 Thread Nikolaos Dalezios
Hello developers. I am implementing CADF event logging . In "server" project, in class ActionEventUtils, I am calling my method to log the CADF event. Something like createCadfRecord(EventVO event) All the mapping and information I am using for CADF are being extracted from the event. My

[DISCUSS] event.outcome information

2019-02-25 Thread Nikolaos Dalezios
Hi all! While reading the code on the events, I realize that there is no information for failed events. eg a failed logon. Is this for real or I am missing something? If an event.outcome information is actually missing do you think that there is a point to include this on a future release? Thank

Re: [DISCUSS] Changing description field for usages

2019-02-19 Thread Nikolaos Dalezios
Hi everyone, A few thoughts about event handling before commenting on Rohit's message. 1. Events should never be deleted from CS Management. Only the db admin should be able to delete them. Deleting events by an admin should make the invisible not really delete them. 2. Deleting or Archiving

Re: DMTF CADF event model implementation

2019-02-04 Thread Nikolaos Dalezios
Hoogland > > wrote: > > > > > H Nikolaos, > > > have a look at https://github.com/apache/cloudstack/pull/2992. it was > > > -1'd but i think it would fit your ideas. have a look see if you can > add > > > your thoughts to that and I'll be happ

DMTF CADF event model implementation

2019-01-28 Thread Nikolaos Dalezios
Hello dev team, My name is Nikos Dalezios and I am currently working on my MSc thesis "Cloud log forensics - Log unification - the CADF case". I have just forked the code and I am studying at the moment various aspects of CloudStack and would like to implement CADF logging. Any suggestions or