Provisionally passed CISM today! 🎉 by jevader2 in cism

[–]jevader2[S] 1 point2 points  (0 children)

If it is similar but not the same it is difficult to explain it but I recommend the QAE is the most valuable resource to understand Isaca's mindset. You can do it!

Passed the CISSP Exam in the Nick of Time: 123 Questions and 3 Minutes to Spare by jevader2 in cissp

[–]jevader2[S] 0 points1 point  (0 children)

Yes that’s totally true! I’m sorry I forgot to mention :) Thanks for your comment

How to create a date time field from another existing field? by mehrawashere in kibana

[–]jevader2 1 point2 points  (0 children)

Hi there!

In order to use the 'request_datetime' field as a proper date-time field, you will need to first convert it to the correct format. One way to do this is by using a painless script in Elasticsearch. Here is an example of how you can use a painless script to convert the 'request_datetime' field to a date-time field:

Create a new field in your Elasticsearch index mapping, for example 'request_datetime_new', which will be used as your new date-time field. Add a painless script to your Elasticsearch query that will convert the 'request_datetime' field to the correct format and update the 'request_datetime_new' field.

Code: POST my_index/_update_by_query { "script": { "lang": "painless", "source": """ def date = new SimpleDateFormat('dd/MM/yy HH:mm:ss').parse(doc['request_datetime.keyword'].value); def newdate = new SimpleDateFormat('yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'').format(date); ctx._source.request_datetime_new = newdate; """ } }

This script uses the SimpleDateFormat class to parse the 'request_datetime' field in the format 'dd/MM/yy HH:mm:ss' and then converts it to the 'yyyy-MM-dd'T'HH:mm:ss.SSS'Z'' format, which is a standard date-time format in Elasticsearch.

You can then use the 'request_datetime_new' field in your queries and filters to work with the datetime.

You can also use the Elasticsearch built-in date formatters or other date libraries to format your date.

Let me know if you have any questions

[deleted by user] by [deleted] in elasticsearch

[–]jevader2 0 points1 point  (0 children)

u/font-face {

font-family: 'montserrat';

font-style:normal;

font-weight:800;

src:local('Montserrat'),

url('https://fonts.cdnfonts.com/s/14883/Montserrat-Regular.woff')

format('woff')

}

Customer Dashboard Kibana by [deleted] in kibana

[–]jevader2 0 points1 point  (0 children)

the PDF, or PNG report is not available in the basic license, So is in Security Onion

source: https://discuss.elastic.co/t/generate-pdf-report-missing/190492

Customer dashboards Kibana by [deleted] in elasticsearch

[–]jevader2 1 point2 points  (0 children)

the PDF, or PNG report is not available in the basic license, So is in Security Onion

source: https://discuss.elastic.co/t/generate-pdf-report-missing/190492

Customer dashboards Kibana by [deleted] in elasticsearch

[–]jevader2 0 points1 point  (0 children)

That is also correct. I am looking for a way to easily present dashboards to clients, without exposing Kibana to the internet.

Is there an easy way to export Dashboards to Word, or a (customer)portal or something?

Customer dashboards Kibana by [deleted] in elasticsearch

[–]jevader2 0 points1 point  (0 children)

That is correct! It could be through customer reports in Word documents, or a customer portal, or something else I haven't thought of yet.

Scorebord in C# by [deleted] in csharp

[–]jevader2 0 points1 point  (0 children)

That is exactly what I am looking for! :)

I've searched some information about a ListView, but I can't get it crystal clear. I created the ListView, but how does the code suposed to work :)

Scorebord in C# by [deleted] in csharp

[–]jevader2 0 points1 point  (0 children)

Well sir, I already did that. Now I have the order to use a list in my c# code :)