search for: elk

Displaying 20 results from an estimated 61 matches for "elk".

Did you mean: elf
2011 Dec 27
1
Summing Data in R
Currently I have a data set looking like: License Species Year HD Quota L.R.QTA L.R.QTA Success Surplus Permit Elk 1999 101 50 87 90 151 10 Permit Deer 1999 101 50 20 10 151 8 Permit Elk 1999 101 50 87 90 20 9 Permi...
2007 Oct 15
1
Distance matrix in SpDep-package
...ram determining the distance itself by the function dnearneigh based on x-y coordinates. Or is there another package that can transform a distance matrix into "fake" x-y coordinates, so that the SpDep-package can work with it? Thank you very much for your answer. Kind regards, Elke Moons __________________________________ Elke Moons, PhD Transportation Research Institute/ Instituut voor Mobiliteit (IMOB) Universiteit Hasselt Wetenschapspark 5, bus 6 3590 Diepenbeek Belgium Tel. +32-11- 26.91.26 Fax. +32-11-26.91.99 E-mail: <mailto:elke.moons@uhasselt.be&...
2020 Jul 10
5
CentOS 7 rsyslog and ELK
I asked a similar question about a year ago and didn't get any answers. So I thought I'd try again. What do people do to get their syslog messages on CentOS 7 into a remote ELK stack. I've tried lots of things involving rsyslog, filebeat, redis, logstash and so on in lots of different configurations but nothing really works. I can get rsyslog to talk directly to logstash (acting as a syslog server) but the messages don't have facility or severity codes in them w...
2008 May 13
2
Permutations
...Is there an easy way to determine all possible vectors of length 21 with each entry having permutations from 0 to 4, instead of doing it like this? It really takes up too much time, and I am convinced that there exists something easier. Can you help me? Thank you in advance! Kind regards, Elke for (a in 0:4){ for (b in 0:4){ for (c in 0:4){ for (d in 0:4){ for (e in 0:4){ for (f in 0:4){ for (g in 0:4){ for (h in 0:4){ for (i in 0:4){ for (j in 0:4){ for (k in 0:4){ for (l in 0:4){ for (m in 0:4){ for (n in 0:4){ for (o in 0:4){ for (p in 0:4){ for (q in 0:4){ for (...
2020 Jul 10
0
CentOS 7 rsyslog and ELK
I don't use ELK at the moment, but is this helpful? % journalctl -f --output=json The above command prints the continuous output of the systemd journal in json format. Jason --------------------------------------------------------------------------- Jason Edgecombe | Linux Administrator UNC Charlotte | Office...
2020 Jul 10
1
CentOS 7 rsyslog and ELK
On Fri, 2020-07-10 at 16:44 -0400, Jason Edgecombe wrote: > I don't use ELK at the moment, but is this helpful? > > % journalctl -f --output=json > > The above command prints the continuous output of the systemd journal in > json format. > Thanks. The problem is getting that into logstash. But it's actually quite useful anyway as it's another...
2020 Jul 10
0
CentOS 7 rsyslog and ELK
...tor logs or someone sayin they had but nothing in it. I was going to say I didn't know but decided to look again and I found this article https://devconnected.com/monitoring-linux-logs-with-kibana-and-rsyslog/ > What do people do to get their syslog messages on CentOS 7 into a > remote ELK stack. I've tried lots of things involving rsyslog, > filebeat, redis, logstash and so on in lots of different configurations > but nothing really works. > > I can get rsyslog to talk directly to logstash (acting as a syslog > server) but the messages don't have facility or...
2009 Jul 14
1
Error when sampling from SpatialLines
...thod for function "coordinates", for signature "numeric"     Can anyone help me with this issue? The shape file in itself is not so large (only a province was taken instead of the entire file of Belgium because of memory issues), only 8.11Mb.   Thanks in advance!   Elke   __________________________________________ Elke Moons, PhD Instituut voor Mobiliteit/Transportation Research Institute Universiteit Hasselt Wetenschapspark 5/Lokaal 1.10 3590 Diepenbeek BELGIUM Tel. +32-11-26.91.26 Fax +32-11-26.91.99 E-mail: elke.moons@uhasselt.be   [[alterna...
2007 Dec 17
1
polygon class in splancs package
...gon(polyprov$X,polyprov$Y) Can someone help me with this? Or explain to me how exactly is the polygon class defined in splancs? I also tried with Polygonprov<-Polygon(list(x=polyprov$X,y:polyprov$Y)) but that does not seem to work either. Thanks already in advance. Kind regards, Elke __________________________________ Elke Moons, PhD Transportation Research Institute Belgium E-mail: <mailto:elke.moons@uhasselt.be> elke.moons@uhasselt.be [[alternative HTML version deleted]]
2020 Oct 16
1
NFS Client to Server User Mapping / how to configure for user-IDs
Hallo, we ve a central Cent7 system working as NFS server. Everything works fine with simple configurations like one client is mapping a share and several clients are mapping a share to edit one or more files wotling as root The problem: fpr a projekt we ve 4 elk-nodes sharing one share on this server to use the same files. This doesn t work. My guess is that the reason is that elk is using an own user. What ist the best way to solve the problem. We have no central user-managemnt for linux-logins. Thanks Ralf
2019 Feb 09
0
CentOS 7, rsyslog and redis
...Is there a sensible way to get rsyslog to talk to redis on CentOS 7. The official way is to use the omhiredis plugin, but that doesn't seem to exist in the CentOS 7 repositories? (It's how I do it on my Fedora box.) The long version: I'm trying to rationalise logging and am using an ELK stack. When I've done this in the past it has suffered badly from congestion at peak times with messages being dropped and various issues on the clients. The sensible thing seemed to be putting redis between the clients and ELK - that works in my test setup from a Fedora box. My problem thoug...
2014 Feb 20
2
Icecast statistics dashboard with Piwik
Hi Thomas, > What's really nice is, that it understands the Icecast log format > extension where we record the duration of the connection in seconds. I can't take credit for that, the work was done by Alejandro: https://github.com/piwik/piwik/pull/65 Cheers! Daniel
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...which does not exist, it would normally create the folder and then continue to run normally. But if you were to use the -n dry run option, it can not create the folder and errors out. This leaves a user confused as to what happened. Here is an example, in this example, junkdir does not exist on elk but does exist on the host. Normally rsync would then create the directory then copy the junkdir4 directory as it should. But with the dry run option (and the -vvv debugging option to show what is happening) I get this: /sw/pd/bin/rsync262 -azvvvn --delete --rsync-path=/sw/pd/bin/rsync262 /expor...
2015 Jul 09
5
[LLVMdev] The Trouble with Triples
> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: 08 July 2015 19:01 > To: Daniel Sanders > Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu); Eric Christopher > (echristo at gmail.com); Jim Grosbach (grosbach at apple.com) > Subject: Re: The Trouble with Triples > > On 8 July 2015 at 17:43, Daniel Sanders
2009 Jun 20
3
omindex hangs while scanning
Hello, I was looking for a search engine for a small internal documentation site and found xapian and omega. Downloaded and compiled it using msys and ming on a german windows xp system. Finally installed apache on the same box. Following the omega example I copied the book to .../apache/htdocs and startet the omindex which hang up on the first document found. Even on very short doc with
2006 Mar 13
9
what the » ???
Im just learning trough the "geting started with ruby" i''m only on page Ruby.new and im stuck here''s the thing, I''m using FreeRIDE to duplicate the examples a = %w{ ant bee cat dog elk } a[0] ? "ant" a[3] ? "dog" for the live of me i cant seem to use Alt+0187 (?) what happen?? -- Posted via http://www.ruby-forum.com/.
2004 Jan 05
1
sunday
[1]Elk extract that gives you multiple 0rgasms. image is loading [2]Stop this has are are but no Commons Report formal This known Official from found of Reports latter accepted Departmental "White" Parliament name series...
2010 Aug 11
2
Samba/Winbind issue
...--------------------------------------------------- Dit bericht (inclusief de eventuele bijlagen) is vertrouwelijk. Wanneer u dit bericht ten onrechte heeft ontvangen, dient u de afzender hiervan onmiddellijk per kerende e-mail op de hoogte te brengen en dit bericht te verwijderen uit uw systeem. Elk onbevoegd gebruik en/of onbevoegde verspreiding van dit bericht is niet toegestaan. U wordt erop gewezen dat e-mail berichten aan wijziging onderhevig kunnen zijn. ABN AMRO Bank N.V., statutair gevestigd te Amsterdam en ingeschreven in het handelsregister van de Kamer van Koophandel onder nummer...
2003 Mar 20
0
Misschien leuk voor u
...j online gamen. -Gezamelijk hard en software inkopen om prijzen te reduceren. -Bemiddelen met providers als er problemen zijn, bijv slechte verbindingen, slechte helpdesks enz.... -Ter zijnertijd een eigen telefonische helpdesk opzetten tegen normaal telefoontarief. -Het uitwerken van plannen welke door leden zijn aangebracht om het werken/spelen met de computer zo leuk mogelijk te maken. Hoe gaat Computervrienden dit doen? Ons ledenbestand gaat alle niveau's bevatten, bijvoorbeeld de huisvrouw die af en toe de computer aanraakt tot aan de doorgewinterde programmeur. Het is dan ook d...
2006 Feb 04
2
dev86/vmxloader for debian
Hi all I have built a preliminary debian package for dev86, required to build xen with vmx support. you can get my packages here: http://debian.nsp.co.nz/dev86. I have also trivially patched the rules for xen 3 to build the vmxloader and include it in the resulting packages, my builds/sources for these packages are here: http://debian.nsp.co.nz/xen3/. I''m working with debian-mentors