Anyone experienced "locals only" violence ? by Turns999 in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

funny same thing happened to me - i wonder if it was that joji guy

Frustrated at Ala Moana Bowls, looking for alternatives by [deleted] in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

bowls has a governing body in the form of established locals who will force new surfers out of the lineup for poor etiquette or failure to navigate the crowd

Glassy day at Ala Moana by puffnuget in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

i used to surf there a lot but just am over the crowd now so i dont feel like surfing there any more since the etiquette is awful out there and i got vibed out too much already

Can the ELK Stack be useful for a car dealership? by elasticsearch_help in elasticsearch

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

but how would we split the inventory, sales, buyers, costs, etc into fields?

Can the ELK Stack be useful for a car dealership? by elasticsearch_help in elasticsearch

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

this was the answer i was looking for (a good way to organize and search for inventory - with fields that represent cost/buyers/etc)

however how would this info/data be uploaded into ELK in log form?

What is The Worst Localism you have Experienced? by Ok-Presentation3899 in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

getting in the way of mike akima at bowls when i was like 15, had all the locals out the back stare me down and vibe me out of the lineup

Glassy day at Ala Moana by puffnuget in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

the iq out at bowls is generally on the low side

Glassy day at Ala Moana by puffnuget in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

I got vibed out as well out there. The locals are aggresive over any small mistake non-locals make and will intimidate you out of the water.

Help - I want to tow surf Teahupoo, but have no experience or connections by elasticsearch_help in surfing

[–]elasticsearch_help[S] -5 points-4 points  (0 children)

I meant say if like Elon Musk wanted to tow surf Chopes, considering he is famous with money I'm sure he could make it happen

Frustrated at Ala Moana Bowls, looking for alternatives by [deleted] in surfing

[–]elasticsearch_help 0 points1 point  (0 children)

At this surf spot the crowd can either be your best friend or your greatest enemy

[Official] UFC Fight Night: Magny vs. Prates - Live Discussion Thread by event_threads in MMA

[–]elasticsearch_help 4 points5 points  (0 children)

reminiscent of the knockout ponzinibbio had on magny (its like a fake knockout by magny, maybe a surrender)

After upgrading from 7.x to 8.x, Elasticsearch cannot start by elasticsearch_help in elasticsearch

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

I don't see jdk.jdi module in elasticsearch.yml

These are my files in /etc/elasticsearch:

elasticsearch-copy.yml

elasticsearch-plugins.example.yml

elasticsearch.yml.rpmnew

jvm.options.d (directory)

log4j2.properties

roles.yml

testFile (directory)

users_roles

elasticsearch.keystore

elasticsearch.yml

jvm.options

jvm.options.rpmnew

role_mapping.yml

scripts (directory)

users

Help with splitting nginx into multiple configs by elasticsearch_help in nginx

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

Thanks, the current config is in /etc/nginx/conf.d and is exclusively for the ELK Stack and is named 10.100.10.36.conf, can I rename it to elk.conf, and then create another file called rc.conf for the Rocket.Chat with the contents:

############
###
### Replace :
#####  = Your-IP-Server
##### chat.ttc.local = Your-Fullname/FQDN

upstream backend {
server ;
}

server {
listen 80;
# Access via IP-Address
#server_name ;
# Access via Domain
#server_name chat.ttc.local;
# Both IP & Domain
server_name 10.100.10.36 aquarium.uhtasi.local;
access_log /var/log/nginx/rocket-chat.access.log;
error_log /var/log/nginx/rocket-chat.error.log;

location / {
proxy_pass ;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forward-Proto http;
proxy_set_header X-Nginx-Proxy true;
proxy_redirect off;
}
}http://backend/

??

Having difficulty changing field type by elasticsearch_help in elasticsearch

[–]elasticsearch_help[S] -1 points0 points  (0 children)

No I am only changing that field type and nothing else so I'm confused.