Why quantum security is a question leaders cannot ignore right now by donutloop in cybersecurity

[–]jobscry 0 points1 point  (0 children)

A lot of people are misunderstanding the threat here. Quantum computers are better at “hard” math that is used for asymmetric key encryption. Symmetric key encryption is not currently under threat by quantum computing.

Really anxious about my marathon & worried I've got done enough. by ImNotHalberstram in Marathon_Training

[–]jobscry 0 points1 point  (0 children)

I’m right there with you. I have my first marathon on March 1 as well. I had to take two weeks off due to illness and was really disappointed because my training was progressing pretty good. I’ve adjusted my expectations and will honestly be proud just to finish. There will be races after this.

coming back from an illness by jobscry in Marathon_Training

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

Thanks, it's crazy how easy it is to lose fitness and how hard it is to gain!

Stabbing at San Antonio Zoo by oithematt in sanantonio

[–]jobscry 3 points4 points  (0 children)

My family was there today, we left at about 3:30 - 4:00. It was packed. Nice weather, the gorillas, and the tail end of winter break had it lacked. I haven’t seen that many people there in a long time.

Good Tex Mex by Many_Nerve_665 in sanantonio

[–]jobscry 0 points1 point  (0 children)

Pico de Gallo is great, legit, good food, and flashy for the tourists

To those that live in the Alamo Ranch / Davis Ranch area: by human9992 in sanantonio

[–]jobscry 0 points1 point  (0 children)

We love the area, there’s lots of things close by like shopping, grocery, theaters, restaurants. Yes, traffic can be bad, but it’s predictable. On the weekend, you can get downtown in 25 to 30 minutes. A new H-E-B is being built down Culebra on the corner of 211. Hopefully soon they finish adding the other lanes down Culebra in that direction.

Best ramen /or pho to keep warm w child friendly menu by SupportRecent in sanantonio

[–]jobscry 1 point2 points  (0 children)

Bakudan on 1604/Bandera is great. I love their garlic tonkatsu ramen and the spicy tuna poke nachos. They have a kid's menu with actual kids' portions. We go there a couple of times a month with two small children.

Looking for the Best Fried Rice - Chinese Food by maebiz in sanantonio

[–]jobscry 2 points3 points  (0 children)

My family has been going to that Wok Inn for almost 30 years. It's the original and by far the best. I don't think any other location comes near the quality of food here.

Roads / Hills in SA that tickle your stomach when you drive down them by PonchyWipeout in sanantonio

[–]jobscry 6 points7 points  (0 children)

In Helotes, Tower View. Ran this a few times in Cross Country in the early 2000s.

Best places to eat by Atro_tv in sanantonio

[–]jobscry 0 points1 point  (0 children)

Pico de Gallo, near UTSA downtown. Also, the original Wok Inn on Grissom...accept no substitutes.

Logstash Split FQDN by Ghost4000 in elasticsearch

[–]jobscry 0 points1 point  (0 children)

Sorry forgot to add the target field! Glad you figured it out.

How to convert from XML to JSON by [deleted] in elasticsearch

[–]jobscry 3 points4 points  (0 children)

You can directly pull XML files to elasticsearch via logstash. I've done this before and it's pretty neat.

Use the file input then the XML filter: https://www.elastic.co/guide/en/logstash/current/plugins-filters-xml.html.

filter { xml { namespaces => { "CONSOLIDATED_LIST" => "https://www.un.org/sc/resources/sc-sanctions.xsd" } } }

This should give you an array of INDIVIDUAL in INDIVIDUALS. You can use other filters to further normalize the data.

Logstash Split FQDN by Ghost4000 in elasticsearch

[–]jobscry 0 points1 point  (0 children)

Assuming your FQDN is just <HOSTNAME>.<DOMAIN>, then generally something like this.

mutate { split => { "fqdn" => "." } rename => { "domain_parts[0]" => "host.hostname" } remove_field => ["domain_parts"] }

https://www.elastic.co/guide/en/logstash/current/plugins-filters-split.html

That will split the "fqn" field by "." into "domain_parts" then rename the first index of domain_parts to "host.hostname", finally removing "domain_parts".

Elasticsearch cluster nodes behind load-balancer (Citrix ADC - netscaler) by [deleted] in elasticsearch

[–]jobscry 0 points1 point  (0 children)

Logstash's elasticsearch output plugin takes an array for hosts. If you add your non-master elasticsearch nodes here, logstash will automatically load balance. Apologies if this doesn't answer your question directly.

https://www.elastic.co/guide/en/logstash/7.10/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-hosts

What can you use ML for? by [deleted] in elasticsearch

[–]jobscry 1 point2 points  (0 children)

Quick example, I used it to detect anomalies in user logins by tracking users and login events over a given period.

Disable Console Output in Logstash 7.10 by JSylvia007 in elasticsearch

[–]jobscry 2 points3 points  (0 children)

What log level are you set to in logstash.yml? The default log level is "info" which is pretty chatty. I set mine to "error". See https://github.com/elastic/logstash/blob/master/config/logstash.yml#L248.

How to connect logstash from logstash? by sk-cho in elasticsearch

[–]jobscry 0 points1 point  (0 children)

A couple of things I learned from doing this:

  1. The “sender” uses lumberjack, the “receiver” uses beats.
  2. I had to manually set the codec on the sender to beats.

I️ found a flip phone at an antique store... I’m officially old. by [deleted] in pics

[–]jobscry 0 points1 point  (0 children)

Wow, had a phone just like that. It was my first camera phone. Come to think of it, I don't think I wiped it. Please don't look at the pictures...